Tsinghua Online
本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!
What is Tsinghua Online?
Tsinghua Online is a Chrome extension developed by http://thudev.sinaapp.com, and its main feature is "本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!".
Extension Screenshots
Download Tsinghua Online Extension CRX File
Download Tsinghua Online 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
本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!
Extension Basic Information
Name | |
ID | elkbekfdkihpbcbacmppemegcekohkjo |
Official URL | https://chrome.google.com/webstore/detail/tsinghua-online/elkbekfdkihpbcbacmppemegcekohkjo |
Description | 本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼! |
File Size | 110 KB |
Installation Count | 104 |
Current Version | 1.1 |
Last Updated | 2013-09-11 |
Publish Date | 2013-09-11 |
Rating | 4.75/5 Total 20 Ratings |
Developer | http://thudev.sinaapp.com |
[email protected] | |
Payment Type | free |
Extension Website | http://thudev.sinaapp.com/online/ |
Help Page URL | http://thudev.sinaapp.com/online/ |
Supported Languages | 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" } |