Tsinghua Online

本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!

Cos'è Tsinghua Online?

Tsinghua Online è un'estensione di Chrome sviluppata da http://thudev.sinaapp.com, e la sua funzione principale è "本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tsinghua Online

Scarica i file di estensione Tsinghua Online 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

                        本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!                    

Informazioni di Base sull'Estensione

Nome Tsinghua Online Tsinghua Online
ID elkbekfdkihpbcbacmppemegcekohkjo
URL Ufficiale https://chrome.google.com/webstore/detail/tsinghua-online/elkbekfdkihpbcbacmppemegcekohkjo
Descrizione 本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!
Dimensione del File 110 KB
Conteggio Installazioni 104
Versione Corrente 1.1
Ultimo Aggiornamento 2013-09-11
Data di Pubblicazione 2013-09-11
Valutazione 4.75/5 Totale 20 Valutazioni
Sviluppatore http://thudev.sinaapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://thudev.sinaapp.com/online/
URL della Pagina di Aiuto http://thudev.sinaapp.com/online/
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tsinghua Online",
    "version": "1.1",
    "description": "",
    "minimum_chrome_version": "22",
    "background": {
        "scripts": [
            "js\/lib.js",
            "js\/const.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/thudev.sinaapp.com\/online\/*"
            ],
            "js": [
                "installation.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/usereg.tsinghua.edu.cn\/*",
        "*:\/\/thudev.sinaapp.com\/*",
        "*:\/\/net.tsinghua.edu.cn\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_title": "Tsinghua Online",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}