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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}