PrintEco

Print this page with PrintEco

什麼是PrintEco?

PrintEco是由http://www.printecosoftware.com開發的Chrome擴展程式,該擴展的主要功能是“Print this page with PrintEco”。

擴展截圖

screenshot

下載PrintEco擴展crx文件

下載PrintEco擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 PrintEco PrintEco
ID nbjelljbilbfjjolijmojaflnendjfem
官方網址 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"
}