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 là gì?
DigProxy PoliTO là một tiện ích mở rộng Chrome được phát triển bởi Totosoft, và tính năng chính của nó là "Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DigProxy PoliTO
Tải xuống các tệp mở rộng DigProxy PoliTO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DigProxy PoliTO |
ID | moikhgmbnjpjlhfanooklkhkdkpeehag |
URL Chính Thức | https://chromewebstore.google.com/detail/digproxy-polito/moikhgmbnjpjlhfanooklkhkdkpeehag |
Mô tả | Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university. |
Kích Thước Tệp | 415 KB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-09-21 |
Ngày Phát Hành | 2020-09-20 |
Nhà Phát Triển | Totosoft |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Niccolo-Marcucci/DigProxy-Polito/tree/chrome |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |