Proxy Docile
Configure and enable a proxy for the University of Padova
Proxy Docile là gì?
Proxy Docile là một tiện ích mở rộng Chrome được phát triển bởi Gianluca Drago, và tính năng chính của nó là "Configure and enable a proxy for the University of Padova".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Proxy Docile
Tải xuống các tệp mở rộng Proxy Docile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Proxy Docile |
ID | jaaackgcbbghbogihiaakoeljhpaimao |
URL Chính Thức | https://chromewebstore.google.com/detail/proxy-docile/jaaackgcbbghbogihiaakoeljhpaimao |
Mô tả | Configure and enable a proxy for the University of Padova |
Kích Thước Tệp | 26.14 KB |
Số Lần Cài Đặt | 22,995 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2022-06-03 |
Ngày Phát Hành | 2017-01-09 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Gianluca Drago |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bibliotecadigitale.cab.unipd.it/strumenti-di-ricerca/proxy/proxy-docile |
URL Trang Trợ Giúp | https://bibliotecadigitale.cab.unipd.it/aiuto |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |