DigProxy PoliTO
Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university.
Was ist DigProxy PoliTO?
DigProxy PoliTO ist eine Chrome-Erweiterung, die von Totosoft entwickelt wurde, und ihr Hauptmerkmal ist "Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university.".
Erweiterungsscreenshots
DigProxy PoliTO-Erweiterungs-CRX-Datei herunterladen
Laden Sie DigProxy PoliTO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension is a simple code that adds a button on the toolbar which allows you to transform, with one click, the URL of the webpage you are visiting (www.example.com) into the form www-example-com.ezproxy.biblio.polito.it . This allows to access online resources from scientific journals for which the library of Politecnico di Torino provides access. The service is provided for students and researchers of the university and requires subscription. For more info visit: http://www.biblio.polito.it/en/services/access_to_electronic_resources_from_outside_the_university_network_digproxy . For a comprehensive list of the available journals and resources visit http://www.biblio.polito.it/en/resources/electronic_resources
Grundlegende Informationen zur Erweiterung
Name | DigProxy PoliTO |
ID | moikhgmbnjpjlhfanooklkhkdkpeehag |
Offizielle URL | https://chromewebstore.google.com/detail/digproxy-polito/moikhgmbnjpjlhfanooklkhkdkpeehag |
Beschreibung | Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university. |
Dateigröße | 415 KB |
Installationsanzahl | 107 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-09-21 |
Veröffentlichungsdatum | 2020-09-20 |
Entwickler | Totosoft |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Niccolo-Marcucci/DigProxy-Polito/tree/chrome |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DigProxy PoliTO", "version": "1.0", "description": "Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university.", "browser_action": { "default_icon": "icon.png" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |