VU campus access
This extension will give you access to the VU campus (e-journals, e-books, online articles and more).
VU campus accessคืออะไร?
VU campus access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ersin Topuz และคุณลักษณะหลักของมันคือ "This extension will give you access to the VU campus (e-journals, e-books, online articles and more)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VU campus access
ดาวน์โหลดไฟล์ส่วนขยาย VU campus access ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will give you access to the VU campus (e-journals, e-books, online articles and more). This extension has three modes: off, auto and tab mode. Simply switch between the the different modes by clicking the VU icon. Auto mode works as a little firewall, while tab mode works with a redirect for the current tab only. In off mode you have full control over the redirection (just by right-clicking on the page).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VU campus access |
ID | ebbcjmbnjahkdkeoeccnaiplmmljblha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vu-campus-access/ebbcjmbnjahkdkeoeccnaiplmmljblha |
คำอธิบาย | This extension will give you access to the VU campus (e-journals, e-books, online articles and more). |
ขนาดไฟล์ | 18.45 KB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2018-04-24 |
วันที่เผยแพร่ | 2018-04-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Ersin Topuz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VU campus access", "description": "This extension will give you access to the VU campus (e-journals, e-books, online articles and more).", "author": "Ersin Topuz", "version": "2.0", "icons": { "128": "vu_128.png", "48": "vu_48.png", "16": "vu_16.png" }, "browser_action": { "default_icon": "vu_128.png" }, "background": { "scripts": [ "vu.js" ] }, "permissions": [ "tabs", "contextMenus", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |