UoA ezproxy redirector

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

What is UoA ezproxy redirector?

UoA ezproxy redirector is a Chrome extension developed by f.farhour, and its main feature is "Add ezproxy.auckland.ac.nz to the end of the domain name".

Download UoA ezproxy redirector Extension CRX File

Download UoA ezproxy redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UoA ezproxy redirector UoA ezproxy redirector
ID ecddbmobiamlilleniopapkngifleppa
Official URL https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa
Description Add ezproxy.auckland.ac.nz to the end of the domain name
File Size 105 KB
Installation Count 62
Current Version 0.0.0.2
Last Updated 2017-04-19
Publish Date 2017-04-19
Rating 5.00/5 Total 1 Ratings
Developer f.farhour
Payment Type free
Help Page URL https://www.library.auckland.ac.nz/access/ezproxy.htm
Supported Languages 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"
    }
}