PrintEco

Print this page with PrintEco

Co to jest PrintEco?

PrintEco to rozszerzenie Chrome opracowane przez http://www.printecosoftware.com, a jego główną funkcją jest „Print this page with PrintEco”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PrintEco

Pobierz pliki rozszerzeń PrintEco w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PrintEco PrintEco
ID nbjelljbilbfjjolijmojaflnendjfem
Oficjalny URL https://chrome.google.com/webstore/detail/printeco/nbjelljbilbfjjolijmojaflnendjfem
Opis Print this page with PrintEco
Rozmiar pliku 76.61 KB
Liczba instalacji 701
Aktualna Wersja 0.2.5.0
Ostatnia Aktualizacja 2013-09-17
Data Publikacji 2013-09-17
Ocena 2.92/5 Łącznie 12 Oceny
Deweloper http://www.printecosoftware.com
Typ Płatności free
Obsługiwane Języki 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"
}