DigProxy PoliTO
Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university.
什麼是DigProxy PoliTO?
DigProxy PoliTO是由Totosoft開發的Chrome擴展程式,該擴展的主要功能是“Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university.”。
擴展截圖
下載DigProxy PoliTO擴展crx文件
下載DigProxy PoliTO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | DigProxy PoliTO |
ID | moikhgmbnjpjlhfanooklkhkdkpeehag |
官方網址 | https://chromewebstore.google.com/detail/digproxy-polito/moikhgmbnjpjlhfanooklkhkdkpeehag |
簡介 | Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university. |
檔案大小 | 415 KB |
安裝次數 | 107 |
目前版本 | 1.0 |
更新時間 | 2020-09-21 |
上架時間 | 2020-09-20 |
開發者 | Totosoft |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Niccolo-Marcucci/DigProxy-Polito/tree/chrome |
支援的語言 | 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" ] } |