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 |
公式URL | 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 |
Eメール | [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" ] } |