VU campus access

This extension will give you access to the VU campus (e-journals, e-books, online articles and more).

Co je VU campus access?

VU campus access je rozšíření Chrome vyvinuté Ersin Topuz, a jeho hlavní funkcí je „This extension will give you access to the VU campus (e-journals, e-books, online articles and more).“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření VU campus access

Stáhněte si soubory rozšíření VU campus access ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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).                    

Základní Informace o Rozšíření

Název VU campus access VU campus access
ID ebbcjmbnjahkdkeoeccnaiplmmljblha
Oficiální URL https://chromewebstore.google.com/detail/vu-campus-access/ebbcjmbnjahkdkeoeccnaiplmmljblha
Popis This extension will give you access to the VU campus (e-journals, e-books, online articles and more).
Velikost souboru 18.45 KB
Počet instalací 69
Aktuální Verze 2.0
Poslední Aktualizace 2018-04-24
Datum Vydání 2018-04-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Ersin Topuz
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
    ]
}