UoA ezproxy redirector
Add ezproxy.auckland.ac.nz to the end of the domain name
Wat is UoA ezproxy redirector?
UoA ezproxy redirector is een Chrome-extensie ontwikkeld door f.farhour, en de belangrijkste functie is "Add ezproxy.auckland.ac.nz to the end of the domain name".
Download het CRX-bestand van de extensie UoA ezproxy redirector
Download UoA ezproxy redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | UoA ezproxy redirector |
ID | ecddbmobiamlilleniopapkngifleppa |
Officiële URL | https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa |
Beschrijving | Add ezproxy.auckland.ac.nz to the end of the domain name |
Bestandsgrootte | 105 KB |
Aantal Installaties | 62 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2017-04-19 |
Publicatiedatum | 2017-04-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | f.farhour |
Betalingswijze | free |
Help Pagina-URL | https://www.library.auckland.ac.nz/access/ezproxy.htm |
Ondersteunde Talen | 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" } } |