Tsinghua Online
本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!
Vad är Tsinghua Online?
Tsinghua Online är en Chrome-tillägg utvecklad av http://thudev.sinaapp.com, och dess huvudfunktion är "本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!".
Tilläggsskärmbilder
Ladda ner Tsinghua Online-förlängningens CRX-fil
Ladda ner Tsinghua Online-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!
Grundläggande Information om Tillägg
Namn | |
ID | elkbekfdkihpbcbacmppemegcekohkjo |
Officiell webbadress | https://chrome.google.com/webstore/detail/tsinghua-online/elkbekfdkihpbcbacmppemegcekohkjo |
Beskrivning | 本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼! |
Filstorlek | 110 KB |
Antal Installationer | 104 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2013-09-11 |
Publiceringsdatum | 2013-09-11 |
Betyg | 4.75/5 Totalt 20 Betyg |
Utvecklare | http://thudev.sinaapp.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://thudev.sinaapp.com/online/ |
Hjälpsida URL | http://thudev.sinaapp.com/online/ |
Stödda Språk | 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" } |