VU campus access
This extension will give you access to the VU campus (e-journals, e-books, online articles and more).
Qu'est-ce que VU campus access ?
VU campus access est une extension Chrome développée par Ersin Topuz, et sa fonction principale est "This extension will give you access to the VU campus (e-journals, e-books, online articles and more).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VU campus access
Téléchargez les fichiers d'extension VU campus access au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | VU campus access |
ID | ebbcjmbnjahkdkeoeccnaiplmmljblha |
URL Officiel | https://chromewebstore.google.com/detail/vu-campus-access/ebbcjmbnjahkdkeoeccnaiplmmljblha |
Description | This extension will give you access to the VU campus (e-journals, e-books, online articles and more). |
Taille du Fichier | 18.45 KB |
Nombre d'Installations | 69 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2018-04-24 |
Date de Publication | 2018-04-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Ersin Topuz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |