Proxy Docile
Configure and enable a proxy for the University of Padova
Proxy Docileคืออะไร?
Proxy Docile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gianluca Drago และคุณลักษณะหลักของมันคือ "Configure and enable a proxy for the University of Padova"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proxy Docile
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } } |