LibProxy

Manage Library Proxy for Fudan University. Based on "Proxy SwitchySharp".

What is LibProxy?

LibProxy is a Chrome extension developed by 复旦大学, and its main feature is "Manage Library Proxy for Fudan University. Based on "Proxy SwitchySharp".".

Extension Screenshots

screenshot

Download LibProxy Extension CRX File

Download LibProxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        原图书馆代理是在IE中设置代理服务器libproxy.fudan.edu.cn,设置好之后可以访问图书馆资源,但却不能同时访问其它网站。而新的访问图书馆资源专用工具则是指用户在通过代理服务器访问图书馆资源的同时可以访问其它网站,通过浏览器插件方式预先做好配置工作,让用户感觉不到代理服务器的存在,减少用户访问图书馆资源的限制。                    

Extension Basic Information

Name LibProxy LibProxy
ID hjgdojaimecndelgeocadjencgnellfp
Official URL https://chromewebstore.google.com/detail/libproxy/hjgdojaimecndelgeocadjencgnellfp
Description Manage Library Proxy for Fudan University. Based on "Proxy SwitchySharp".
File Size 310 KB
Installation Count 651
Current Version 1.0.1
Last Updated 2014-07-03
Publish Date 2014-07-01
Rating 4.85/5 Total 13 Ratings
Developer 复旦大学
Payment Type free
Extension Website http://www.ecampus.fudan.edu.cn/s/52/t/104/16/fd/info5885.htm
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "main.html"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon-blue.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_manifest_iconTitle__"
    },
    "default_locale": "zh_CN",
    "description": "__MSG_manifest_appDescription__",
    "homepage_url": "http:\/\/www.ecampus.fudan.edu.cn\/s\/52\/t\/104\/16\/fd\/info5885.htm",
    "icons": {
        "128": "assets\/images\/fudan-128.png",
        "16": "assets\/images\/fudan.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0",
    "name": "__MSG_manifest_appName__",
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "tabs",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*"
    ],
    "version": "1.0.1"
}