Tsinghua Online
本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!
什么是Tsinghua Online?
Tsinghua Online是由http://thudev.sinaapp.com开发的Chrome扩展程序,该扩展的主要功能是“本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!”。
扩展截图
下载Tsinghua Online扩展crx文件
下载Tsinghua Online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼!
扩展基本信息
名称 | |
ID | elkbekfdkihpbcbacmppemegcekohkjo |
官方URL | https://chrome.google.com/webstore/detail/tsinghua-online/elkbekfdkihpbcbacmppemegcekohkjo |
简介 | 本插件是“清华大学校园网”自动登录的Chrome插件版本,从此只要开着Chrome,连上WiFi就能上网,免去还得打开网页登录的烦恼! |
文件大小 | 110 KB |
安装次数 | 104 |
当前版本 | 1.1 |
更新时间 | 2013-09-11 |
上架时间 | 2013-09-11 |
评分 | 4.75/5 共20次评分 |
开发者 | http://thudev.sinaapp.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://thudev.sinaapp.com/online/ |
帮助页面URL | http://thudev.sinaapp.com/online/ |
支持的语言 | 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" } |