PrintEco
Print this page with PrintEco
Qu'est-ce que PrintEco ?
PrintEco est une extension Chrome développée par http://www.printecosoftware.com, et sa fonction principale est "Print this page with PrintEco".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PrintEco
Téléchargez les fichiers d'extension PrintEco au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
PrintEco helps you reduce your printing costs and carbon footprint by cleaning up your documents before you print them.
Informations de Base sur l'Extension
Nom | |
ID | nbjelljbilbfjjolijmojaflnendjfem |
URL Officiel | https://chrome.google.com/webstore/detail/printeco/nbjelljbilbfjjolijmojaflnendjfem |
Description | Print this page with PrintEco |
Taille du Fichier | 76.61 KB |
Nombre d'Installations | 701 |
Version Actuelle | 0.2.5.0 |
Dernière Mise à Jour | 2013-09-17 |
Date de Publication | 2013-09-17 |
Évaluation | 2.92/5 Total 12 Évaluations |
Développeur | http://www.printecosoftware.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } |