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).」です。
拡張機能のスクリーンショット
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). 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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:\/\/*\/*"
]
} | |