Library Proxy

Automatically utilise the university proxy for research databases

Τι είναι το Library Proxy;

Το Library Proxy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tazz, και η κύρια λειτουργία του είναι "Automatically utilise the university proxy for research databases".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Library Proxy

Λήψη αρχείων επέκτασης Library Proxy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automatically utilise the library proxy services provided by the university. You will never have to go find the proxy connection, then search for the article again! All you need to do is click "Add to Proxy" once for the domain, then all future visits will automatically use the proxy.

How to use
- Install LibraryProxy 
- Simply click on the LibraryProxy icon, and click "Add to Proxy" from the domain you want. For example if you wish to add https://dl.acm.org to the proxy, simply visit any page on that domain and click on Library Proxy, then "Add to Proxy"
- If you wish to remove a domain from the proxy, simply visit the domain and then click on Library proxy, then click "Remove from Proxy"

Note
You must have a University of Auckland login, but this is not created by the University of Auckland, nor is it affiliated in any way with the University of Auckland.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Library Proxy Library Proxy
ID cpnbbjcimpbcnpcpcbpinncahkjipelp
Επίσημο URL https://chromewebstore.google.com/detail/library-proxy/cpnbbjcimpbcnpcpcbpinncahkjipelp
Περιγραφή Automatically utilise the university proxy for research databases
Μέγεθος Αρχείου 22.56 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-06-15
Ημερομηνία Δημοσίευσης 2019-06-11
Προγραμματιστής Tazz
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Library Proxy",
    "version": "1.0",
    "description": "Automatically utilise the university proxy for research databases",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default title": "Library Proxy",
        "default_icon": {
            "16": "images\/LibraryProxy16.png",
            "32": "images\/LibraryProxy32.png",
            "48": "images\/LibraryProxy48.png",
            "128": "images\/LibraryProxy128.png"
        }
    },
    "icons": {
        "16": "images\/LibraryProxy16.png",
        "32": "images\/LibraryProxy32.png",
        "48": "images\/LibraryProxy48.png",
        "128": "images\/LibraryProxy128.png"
    },
    "manifest_version": 2
}