UoA ezproxy redirector
Add ezproxy.auckland.ac.nz to the end of the domain name
Cos'è UoA ezproxy redirector?
UoA ezproxy redirector è un'estensione di Chrome sviluppata da f.farhour, e la sua funzione principale è "Add ezproxy.auckland.ac.nz to the end of the domain name".
Scarica il file CRX dell'estensione UoA ezproxy redirector
Scarica i file di estensione UoA ezproxy redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | UoA ezproxy redirector |
ID | ecddbmobiamlilleniopapkngifleppa |
URL Ufficiale | https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa |
Descrizione | Add ezproxy.auckland.ac.nz to the end of the domain name |
Dimensione del File | 105 KB |
Conteggio Installazioni | 62 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2017-04-19 |
Data di Pubblicazione | 2017-04-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | f.farhour |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.library.auckland.ac.nz/access/ezproxy.htm |
Lingue Supportate | 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" } } |