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