PrintEco

Print this page with PrintEco

PrintEco क्या है?

PrintEco http://www.printecosoftware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print this page with PrintEco"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PrintEco एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम PrintEco PrintEco
ID nbjelljbilbfjjolijmojaflnendjfem
आधिकारिक URL https://chrome.google.com/webstore/detail/printeco/nbjelljbilbfjjolijmojaflnendjfem
विवरण Print this page with PrintEco
फ़ाइल का आकार 76.61 KB
स्थापना संख्या 701
वर्तमान संस्करण 0.2.5.0
अंतिम अपडेट 2013-09-17
प्रकाशन तिथि 2013-09-17
रेटिंग 2.92/5 कुल 12 रेटिंग्स
डेवलपर http://www.printecosoftware.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}