Tsinghua Online
本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!
Hvad er Tsinghua Online?
Tsinghua Online er en Chrome-udvidelse udviklet af http://thudev.sinaapp.com, og dens hovedfunktion er "本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!".
Udvidelsesskærmbilleder
Download Tsinghua Online-udvidelses-CRX-fil
Download Tsinghua Online-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | elkbekfdkihpbcbacmppemegcekohkjo |
Officiel URL | https://chrome.google.com/webstore/detail/tsinghua-online/elkbekfdkihpbcbacmppemegcekohkjo |
Beskrivelse | 本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼! |
Filstørrelse | 110 KB |
Antal Installationer | 104 |
Nuværende Version | 1.1 |
Senest Opdateret | 2013-09-11 |
Udgivelsesdato | 2013-09-11 |
Bedømmelse | 4.75/5 Samlet 20 Bedømmelser |
Udvikler | http://thudev.sinaapp.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://thudev.sinaapp.com/online/ |
Hjælpeside-URL | http://thudev.sinaapp.com/online/ |
Understøttede Sprog | 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" } |