UoA ezproxy redirector

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

Was ist UoA ezproxy redirector?

UoA ezproxy redirector ist eine Chrome-Erweiterung, die von f.farhour entwickelt wurde, und ihr Hauptmerkmal ist "Add ezproxy.auckland.ac.nz to the end of the domain name".

UoA ezproxy redirector-Erweiterungs-CRX-Datei herunterladen

Laden Sie UoA ezproxy redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UoA ezproxy redirector UoA ezproxy redirector
ID ecddbmobiamlilleniopapkngifleppa
Offizielle URL https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa
Beschreibung Add ezproxy.auckland.ac.nz to the end of the domain name
Dateigröße 105 KB
Installationsanzahl 62
Aktuelle Version 0.0.0.2
Letztes Update 2017-04-19
Veröffentlichungsdatum 2017-04-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler f.farhour
Zahlungsart free
Hilfeseite URL https://www.library.auckland.ac.nz/access/ezproxy.htm
Unterstützte Sprachen 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"
    }
}