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
官方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"
}