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 - это расширение Chrome, разработанное Ersin Topuz, и его основная функция - "This extension will give you access to the VU campus (e-journals, e-books, online articles and more).".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения VU campus access

Скачайте файлы расширений VU campus access в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 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:\/\/*\/*"
    ]
}