VU campus access
This extension will give you access to the VU campus (e-journals, e-books, online articles and more).
Cos'è VU campus access?
VU campus access è un'estensione di Chrome sviluppata da Ersin Topuz, e la sua funzione principale è "This extension will give you access to the VU campus (e-journals, e-books, online articles and more).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VU campus access
Scarica i file di estensione VU campus access in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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). Informazioni di Base sull'Estensione
| Nome | |
| ID | ebbcjmbnjahkdkeoeccnaiplmmljblha |
| URL Ufficiale | https://chromewebstore.google.com/detail/vu-campus-access/ebbcjmbnjahkdkeoeccnaiplmmljblha |
| Descrizione | This extension will give you access to the VU campus (e-journals, e-books, online articles and more). |
| Dimensione del File | 18.45 KB |
| Conteggio Installazioni | 69 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2018-04-24 |
| Data di Pubblicazione | 2018-04-24 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Ersin Topuz |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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:\/\/*\/*"
]
} | |