UoA ezproxy redirector

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

O que é UoA ezproxy redirector?

UoA ezproxy redirector é uma extensão do Chrome desenvolvida por f.farhour, e sua principal característica é "Add ezproxy.auckland.ac.nz to the end of the domain name".

Baixar o arquivo CRX da Extensão UoA ezproxy redirector

Baixe arquivos de extensão UoA ezproxy redirector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UoA ezproxy redirector UoA ezproxy redirector
ID ecddbmobiamlilleniopapkngifleppa
URL Oficial https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa
Descrição Add ezproxy.auckland.ac.nz to the end of the domain name
Tamanho do Arquivo 105 KB
Contagem de Instalações 62
Versão Atual 0.0.0.2
Última Atualização 2017-04-19
Data de Publicação 2017-04-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor f.farhour
Tipo de Pagamento free
URL da Página de Ajuda https://www.library.auckland.ac.nz/access/ezproxy.htm
Idiomas Suportados 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"
    }
}