UoA ezproxy redirector

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

什么是UoA ezproxy redirector?

UoA ezproxy redirector是由f.farhour开发的Chrome扩展程序,该扩展的主要功能是“Add ezproxy.auckland.ac.nz to the end of the domain name”。

下载UoA ezproxy redirector扩展crx文件

下载UoA ezproxy redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 UoA ezproxy redirector UoA ezproxy redirector
ID ecddbmobiamlilleniopapkngifleppa
官方URL https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa
简介 Add ezproxy.auckland.ac.nz to the end of the domain name
文件大小 105 KB
安装次数 62
当前版本 0.0.0.2
更新时间 2017-04-19
上架时间 2017-04-19
评分 5.00/5 共1次评分
开发者 f.farhour
付费类型 free
帮助页面URL https://www.library.auckland.ac.nz/access/ezproxy.htm
支持的语言 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"
    }
}