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
电子邮箱 [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"
        }
    }
}