UoA ezproxy redirector

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

Co je UoA ezproxy redirector?

UoA ezproxy redirector je rozšíření Chrome vyvinuté f.farhour, a jeho hlavní funkcí je „Add ezproxy.auckland.ac.nz to the end of the domain name“.

Stáhnout soubor CRX rozšíření UoA ezproxy redirector

Stáhněte si soubory rozšíření UoA ezproxy redirector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název UoA ezproxy redirector UoA ezproxy redirector
ID ecddbmobiamlilleniopapkngifleppa
Oficiální URL https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa
Popis Add ezproxy.auckland.ac.nz to the end of the domain name
Velikost souboru 105 KB
Počet instalací 62
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2017-04-19
Datum Vydání 2017-04-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář f.farhour
Typ Platby free
URL Stránky Nápovědy https://www.library.auckland.ac.nz/access/ezproxy.htm
Podporované Jazyky 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"
    }
}