LibProxy

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

Cos'è LibProxy?

LibProxy è un'estensione di Chrome sviluppata da 复旦大学, e la sua funzione principale è "Manage Library Proxy for Fudan University. Based on "Proxy SwitchySharp".".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LibProxy

Scarica i file di estensione LibProxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome LibProxy LibProxy
ID hjgdojaimecndelgeocadjencgnellfp
URL Ufficiale https://chromewebstore.google.com/detail/libproxy/hjgdojaimecndelgeocadjencgnellfp
Descrizione Manage Library Proxy for Fudan University. Based on "Proxy SwitchySharp".
Dimensione del File 310 KB
Conteggio Installazioni 651
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-07-03
Data di Pubblicazione 2014-07-01
Valutazione 4.85/5 Totale 13 Valutazioni
Sviluppatore 复旦大学
Tipo di Pagamento free
Sito Web dell'Estensione http://www.ecampus.fudan.edu.cn/s/52/t/104/16/fd/info5885.htm
Lingue Supportate 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"
}