DigProxy PoliTO
Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university.
Qu'est-ce que DigProxy PoliTO ?
DigProxy PoliTO est une extension Chrome développée par Totosoft, et sa fonction principale est "Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DigProxy PoliTO
Téléchargez les fichiers d'extension DigProxy PoliTO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | DigProxy PoliTO |
ID | moikhgmbnjpjlhfanooklkhkdkpeehag |
URL Officiel | https://chromewebstore.google.com/detail/digproxy-polito/moikhgmbnjpjlhfanooklkhkdkpeehag |
Description | Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university. |
Taille du Fichier | 415 KB |
Nombre d'Installations | 107 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-09-21 |
Date de Publication | 2020-09-20 |
Développeur | Totosoft |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Niccolo-Marcucci/DigProxy-Polito/tree/chrome |
Langues Prises en Charge | 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" ] } |