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 |
ID | ecddbmobiamlilleniopapkngifleppa |
官方網址 | 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" } } |