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