DigProxy PoliTO
Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university.
O que é DigProxy PoliTO?
DigProxy PoliTO é uma extensão do Chrome desenvolvida por Totosoft, e sua principal característica é "Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DigProxy PoliTO
Baixe arquivos de extensão DigProxy PoliTO no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | DigProxy PoliTO |
ID | moikhgmbnjpjlhfanooklkhkdkpeehag |
URL Oficial | https://chromewebstore.google.com/detail/digproxy-polito/moikhgmbnjpjlhfanooklkhkdkpeehag |
Descrição | Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university. |
Tamanho do Arquivo | 415 KB |
Contagem de Instalações | 107 |
Versão Atual | 1.0 |
Última Atualização | 2020-09-21 |
Data de Publicação | 2020-09-20 |
Desenvolvedor | Totosoft |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Niccolo-Marcucci/DigProxy-Polito/tree/chrome |
Idiomas Suportados | 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" ] } |