Privoxy Button
Adds an easily-accessible button to your toolbar to enable or disable Privoxy
Privoxy Buttonとは何ですか?
Privoxy Buttonはvenaによって開発されたChromeの拡張機能で、その主な機能は「Adds an easily-accessible button to your toolbar to enable or disable Privoxy」です。
拡張機能のスクリーンショット
Privoxy Button拡張機能のCRXファイルをダウンロード
Privoxy Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Privoxy Button adds an icon to your Chrome toolbar indicating the enabled/disabled status of Privoxy and allowing you to quickly control it.                     拡張機能の基本情報
| 名前 |   |  
| ID | aodbklgppjmcpkijlibjobmffijompbp | 
| 公式URL | https://chromewebstore.google.com/detail/privoxy-button/aodbklgppjmcpkijlibjobmffijompbp | 
| 説明 | Adds an easily-accessible button to your toolbar to enable or disable Privoxy | 
| ファイルサイズ | 87.32 KB | 
| インストール数 | 261 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2014-05-15 | 
| 公開日 | 2014-05-14 | 
| 評価 | 4.38/5 合計 8 レビュー | 
| 開発者 | vena | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Privoxy Button",
    "short_name": "Privoxy Button",
    "description": "Adds an easily-accessible button to your toolbar to enable or disable Privoxy",
    "version": "1.0",
    "icons": {
        "16": "icons\/16\/privoxy-enabled.png",
        "48": "icons\/48\/privoxy-enabled.png",
        "128": "icons\/128\/privoxy-enabled.png"
    },
    "browser_action": {
        "default_icon": "icons\/48\/privoxy-disabled.png",
        "default_title": "Enable Privoxy"
    },
    "background": {
        "scripts": [
            "global.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/config.privoxy.org\/",
        "alarms"
    ]
}  |  |