Proxy Docile

Configure and enable a proxy for the University of Padova

什麼是Proxy Docile?

Proxy Docile是由Gianluca Drago開發的Chrome擴展程式,該擴展的主要功能是“Configure and enable a proxy for the University of Padova”。

擴展截圖

screenshot
screenshot

下載Proxy Docile擴展crx文件

下載Proxy Docile擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Proxy Docile is a browser extension to automatically configure the proxy settings for the University of Padova, making this process the easiest it can be.

With a single click in the icon displayed in the browser navigation bar, you can enable and disable the proxy without any trouble. Furthermore, the proxy is automatically disabled at the end of the session.

Unlike what happens with other configuration methods, Proxy Docile doesn't touch your operating system settings, as it acts only at the browser level.

Proxy Docile is available also for Mozilla Firefox.                    

擴展基本資訊

名稱 Proxy Docile Proxy Docile
ID jaaackgcbbghbogihiaakoeljhpaimao
官方網址 https://chromewebstore.google.com/detail/proxy-docile/jaaackgcbbghbogihiaakoeljhpaimao
簡介 Configure and enable a proxy for the University of Padova
檔案大小 26.14 KB
安裝次數 22,995
目前版本 0.5
更新時間 2022-06-03
上架時間 2017-01-09
評分 4.29/5 共 7 次評分
開發者 Gianluca Drago
電子郵箱 [email protected]
付費類型 free
擴展官網 https://bibliotecadigitale.cab.unipd.it/strumenti-di-ricerca/proxy/proxy-docile
說明頁面URL https://bibliotecadigitale.cab.unipd.it/aiuto
支援的語言 en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "it",
    "version": "0.5",
    "description": "__MSG_appDesc__",
    "permissions": [
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": true,
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    }
}