UoA ezproxy redirector

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

Vad är UoA ezproxy redirector?

UoA ezproxy redirector är en Chrome-tillägg utvecklad av f.farhour, och dess huvudfunktion är "Add ezproxy.auckland.ac.nz to the end of the domain name".

Ladda ner UoA ezproxy redirector-förlängningens CRX-fil

Ladda ner UoA ezproxy redirector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn UoA ezproxy redirector UoA ezproxy redirector
ID ecddbmobiamlilleniopapkngifleppa
Officiell webbadress https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa
Beskrivning Add ezproxy.auckland.ac.nz to the end of the domain name
Filstorlek 105 KB
Antal Installationer 62
Aktuell Version 0.0.0.2
Senast Uppdaterad 2017-04-19
Publiceringsdatum 2017-04-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare f.farhour
Betalningssätt free
Hjälpsida URL https://www.library.auckland.ac.nz/access/ezproxy.htm
Stödda Språk 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"
    }
}