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" } } } |