UoA ezproxy redirector

Add ezproxy.auckland.ac.nz to the end of the domain name

Qu'est-ce que UoA ezproxy redirector ?

UoA ezproxy redirector est une extension Chrome développée par f.farhour, et sa fonction principale est "Add ezproxy.auckland.ac.nz to the end of the domain name".

Télécharger le fichier CRX de l'extension UoA ezproxy redirector

Téléchargez les fichiers d'extension UoA ezproxy redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Specific to University of Auckland users:
When clicked on, redirects webpage to the ezproxy.auckland.ac.nz domain, allowing easy access to online resources & library databases.                    

Informations de Base sur l'Extension

Nom UoA ezproxy redirector UoA ezproxy redirector
ID ecddbmobiamlilleniopapkngifleppa
URL Officiel https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa
Description Add ezproxy.auckland.ac.nz to the end of the domain name
Taille du Fichier 105 KB
Nombre d'Installations 62
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2017-04-19
Date de Publication 2017-04-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur f.farhour
Type de Paiement free
URL de la Page d'Aide https://www.library.auckland.ac.nz/access/ezproxy.htm
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UoA ezproxy redirector",
    "version": "0.0.0.2",
    "description": "Add ezproxy.auckland.ac.nz to the end of the domain name",
    "author": "Farmehr Farhour [email protected]",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "Add ezproxy.auckland.ac.nz to the end of the domain name"
    },
    "icons": {
        "16": "icon2.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}