Libit
Switch to UTS Library Proxy
Libitとは何ですか?
LibitはChunyangによって開発されたChromeの拡張機能で、その主な機能は「Switch to UTS Library Proxy」です。
拡張機能のスクリーンショット
Libit拡張機能のCRXファイルをダウンロード
Libit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension for students of University of Technology, Sydney (UTS). The UTS library provides a proxy for students to access some scholar resources, such as ACM Digital Library and IEEExplore, which are unable to be downloaded without using the proxy. Although we can manually change the URL, this extension open a new page to visit the current page via the UTS Library proxy by 1-Click.
拡張機能の基本情報
名前 | Libit |
ID | hkbiioaejcpafioeafbhdjpmpfhgjnao |
公式URL | https://chromewebstore.google.com/detail/libit/hkbiioaejcpafioeafbhdjpmpfhgjnao |
説明 | Switch to UTS Library Proxy |
ファイルサイズ | 4.02 KB |
インストール数 | 24 |
現在のバージョン | 1.0 |
最終更新日 | 2015-04-10 |
公開日 | 2015-04-10 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Chunyang |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Libit", "version": "1.0", "description": "Switch to UTS Library Proxy", "permissions": [ "tabs" ], "browser_action": { "default_title": "Libit", "default_icon": "icon.png", "default_popup": "container.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |