Libit

Switch to UTS Library Proxy

什么是Libit?

Libit是由Chunyang开发的Chrome扩展程序,该扩展的主要功能是“Switch to UTS Library Proxy”。

扩展截图

screenshot
screenshot

下载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 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'"
}