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
公式URL 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
Eメール [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"
        }
    }
}