smartware

Smart Plugin for Chrome

smartwareとは何ですか?

smartwareはhttp://www.genietoolbars.comによって開発されたChromeの拡張機能で、その主な機能は「Smart Plugin for Chrome」です。

smartware拡張機能のCRXファイルをダウンロード

smartware拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Smart Plugin for Chrome                    

拡張機能の基本情報

名前 smartware smartware
ID nghgimeiakkfjihnijlacdmgdkdmhhpm
公式URL https://chrome.google.com/webstore/detail/smartware/nghgimeiakkfjihnijlacdmgdkdmhhpm
説明 Smart Plugin for Chrome
ファイルサイズ 10.68 KB
インストール数 18
現在のバージョン 3.0
最終更新日 2014-02-17
公開日 2014-02-17
評価 5.00/5 合計 1 レビュー
開発者 http://www.genietoolbars.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "smartware",
    "manifest_version": 2,
    "version": "3.0",
    "background": {
        "scripts": [
            "background.js",
            "backgroundhelper.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content_script.js"
            ]
        }
    ]
}