VU campus access
This extension will give you access to the VU campus (e-journals, e-books, online articles and more).
Was ist VU campus access?
VU campus access ist eine Chrome-Erweiterung, die von Ersin Topuz entwickelt wurde, und ihr Hauptmerkmal ist "This extension will give you access to the VU campus (e-journals, e-books, online articles and more).".
Erweiterungsscreenshots
VU campus access-Erweiterungs-CRX-Datei herunterladen
Laden Sie VU campus access-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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). Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ebbcjmbnjahkdkeoeccnaiplmmljblha |
| Offizielle URL | https://chromewebstore.google.com/detail/vu-campus-access/ebbcjmbnjahkdkeoeccnaiplmmljblha |
| Beschreibung | This extension will give you access to the VU campus (e-journals, e-books, online articles and more). |
| Dateigröße | 18.45 KB |
| Installationsanzahl | 69 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2018-04-24 |
| Veröffentlichungsdatum | 2018-04-24 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Ersin Topuz |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
} | |