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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:\/\/*\/*" ] } |