UoA ezproxy redirector
Add ezproxy.auckland.ac.nz to the end of the domain name
Co to jest UoA ezproxy redirector?
UoA ezproxy redirector to rozszerzenie Chrome opracowane przez f.farhour, a jego główną funkcją jest „Add ezproxy.auckland.ac.nz to the end of the domain name”.
Pobierz plik CRX rozszerzenia UoA ezproxy redirector
Pobierz pliki rozszerzeń UoA ezproxy redirector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | UoA ezproxy redirector |
ID | ecddbmobiamlilleniopapkngifleppa |
Oficjalny URL | https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa |
Opis | Add ezproxy.auckland.ac.nz to the end of the domain name |
Rozmiar pliku | 105 KB |
Liczba instalacji | 62 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2017-04-19 |
Data Publikacji | 2017-04-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | f.farhour |
Typ Płatności | free |
Adres URL Strony Pomocy | https://www.library.auckland.ac.nz/access/ezproxy.htm |
Obsługiwane Języki | 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" } } |