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 |
官方網址 | 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'" } |