PrintEco

Print this page with PrintEco

Cos'è PrintEco?

PrintEco è un'estensione di Chrome sviluppata da http://www.printecosoftware.com, e la sua funzione principale è "Print this page with PrintEco".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PrintEco

Scarica i file di estensione PrintEco in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        PrintEco helps you reduce your printing costs and carbon footprint by cleaning up your documents before you print them.                    

Informazioni di Base sull'Estensione

Nome PrintEco PrintEco
ID nbjelljbilbfjjolijmojaflnendjfem
URL Ufficiale https://chrome.google.com/webstore/detail/printeco/nbjelljbilbfjjolijmojaflnendjfem
Descrizione Print this page with PrintEco
Dimensione del File 76.61 KB
Conteggio Installazioni 701
Versione Corrente 0.2.5.0
Ultimo Aggiornamento 2013-09-17
Data di Pubblicazione 2013-09-17
Valutazione 2.92/5 Totale 12 Valutazioni
Sviluppatore http://www.printecosoftware.com
Tipo di Pagamento free
Lingue Supportate 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"
}