PrintEco
Print this page with PrintEco
What is PrintEco?
PrintEco is a Chrome extension developed by http://www.printecosoftware.com, and its main feature is "Print this page with PrintEco".
Extension Screenshots
Download PrintEco Extension CRX File
Download PrintEco extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
PrintEco helps you reduce your printing costs and carbon footprint by cleaning up your documents before you print them.
Extension Basic Information
Name | |
ID | nbjelljbilbfjjolijmojaflnendjfem |
Official URL | https://chrome.google.com/webstore/detail/printeco/nbjelljbilbfjjolijmojaflnendjfem |
Description | Print this page with PrintEco |
File Size | 76.61 KB |
Installation Count | 701 |
Current Version | 0.2.5.0 |
Last Updated | 2013-09-17 |
Publish Date | 2013-09-17 |
Rating | 2.92/5 Total 12 Ratings |
Developer | http://www.printecosoftware.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.2.5.0", "manifest_version": 2, "description": "__MSG_extDescr__", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icon48.png" }, "permissions": [ "tabs", "management", "cookies", "*:\/\/*.printecosoftware.com\/" ], "browser_action": { "default_name": "PrintEco optimize", "default_title": "__MSG_extDescr__", "default_icon": "icon48.png", "popup": "" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "printeco.js", "jquery\/jquery-1.7.2.min.js", "jquery\/jquery.waitforimages.js", "jquery\/jquery.event.drag-2.2.js", "jquery\/jquery.event.drop-2.2.js", "content.js" ], "css": [ "PrintEco.css" ] } ], "default_locale": "en", "web_accessible_resources": [ "PrintEco.css", "images\/*", "modal.html" ], "homepage_url": "http:\/\/www.printecosoftware.com" } |