VU campus access
This extension will give you access to the VU campus (e-journals, e-books, online articles and more).
VU campus access là gì?
VU campus access là một tiện ích mở rộng Chrome được phát triển bởi Ersin Topuz, và tính năng chính của nó là "This extension will give you access to the VU campus (e-journals, e-books, online articles and more).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VU campus access
Tải xuống các tệp mở rộng VU campus access 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
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VU campus access |
ID | ebbcjmbnjahkdkeoeccnaiplmmljblha |
URL Chính Thức | https://chromewebstore.google.com/detail/vu-campus-access/ebbcjmbnjahkdkeoeccnaiplmmljblha |
Mô tả | This extension will give you access to the VU campus (e-journals, e-books, online articles and more). |
Kích Thước Tệp | 18.45 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2018-04-24 |
Ngày Phát Hành | 2018-04-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Ersin Topuz |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |