UoA ezproxy redirector
Add ezproxy.auckland.ac.nz to the end of the domain name
UoA ezproxy redirector là gì?
UoA ezproxy redirector là một tiện ích mở rộng Chrome được phát triển bởi f.farhour, và tính năng chính của nó là "Add ezproxy.auckland.ac.nz to the end of the domain name".
Tải xuống tệp CRX của tiện ích mở rộng UoA ezproxy redirector
Tải xuống các tệp mở rộng UoA ezproxy redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UoA ezproxy redirector |
ID | ecddbmobiamlilleniopapkngifleppa |
URL Chính Thức | https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa |
Mô tả | Add ezproxy.auckland.ac.nz to the end of the domain name |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2017-04-19 |
Ngày Phát Hành | 2017-04-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | f.farhour |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.library.auckland.ac.nz/access/ezproxy.htm |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |