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