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"입니다.
확장 프로그램 스크린샷
Proxy Docile 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } } |