Direct Proxy

Simply switch the browser proxy between using direct connection and using system settings.

Direct Proxyとは何ですか?

Direct ProxyはJiaqin Xuによって開発されたChromeの拡張機能で、その主な機能は「Simply switch the browser proxy between using direct connection and using system settings.」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                        This extension use Chrome's native proxy API, so it won't change the system's proxy settings.                    

拡張機能の基本情報

名前 Direct Proxy Direct Proxy
ID pkdjaogdlhchapakdahlfdapkbhdlboa
公式URL https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa
説明 Simply switch the browser proxy between using direct connection and using system settings.
ファイルサイズ 38.83 KB
インストール数 409
現在のバージョン 1.0
最終更新日 2018-08-24
公開日 2018-08-24
評価 3.67/5 合計 6 レビュー
開発者 Jiaqin Xu
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Direct Proxy",
    "description": "Simply switch the browser proxy between using direct connection and using system settings.",
    "version": "1.0",
    "permissions": [
        "proxy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-direct-48.png"
    },
    "icons": {
        "16": "images\/icon-direct-16.png",
        "48": "images\/icon-direct-48.png",
        "128": "images\/icon-direct-128.png"
    }
}