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 Ersin Topuz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will give you access to the VU campus (e-journals, e-books, online articles and more)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VU campus access एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*" ] } |