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.”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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"
    ]
}