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是由Ersin Topuz開發的Chrome擴展程式,該擴展的主要功能是“This extension will give you access to the VU campus (e-journals, e-books, online articles and more).”。

擴展截圖

screenshot

下載VU campus access擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}