UoA ezproxy redirector
Add ezproxy.auckland.ac.nz to the end of the domain name
UoA ezproxy redirectorคืออะไร?
UoA ezproxy redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย f.farhour และคุณลักษณะหลักของมันคือ "Add ezproxy.auckland.ac.nz to the end of the domain name"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UoA ezproxy redirector
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |