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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Totosoft และคุณลักษณะหลักของมันคือ "Allows to open the active website using the proxy service (ezproxy.biblio.polito.it) offered by the library of the university."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DigProxy PoliTO

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}