Chrome Extension for Improving Printed Version of Popular Online Websites
- Just install the extension from the chrome web store
- Print whenever you feel like it ( :
The extension automatically inserts CSS print media type on page load if the page is supported by the extension or not.
- medium websites (includes medium articles on domains that aren't medium.com.)
If the extension ends up getting a bunch of installs or requests for new websites to be supported, I will be adding a Wiki page to explain the rules and conditions. For now, refer to the
chrome.declarativeContent.PageStateMatcher
chrome developers api. It is almost identical to theRule
andCondition
objects.