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 |
公式URL | 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" } } |