FU Connect
Auto connect to dormitory network for FPT University Student!
什么是FU Connect?
FU Connect是由tobernguyen开发的Chrome扩展程序,该扩展的主要功能是“Auto connect to dormitory network for FPT University Student!”。
扩展截图
下载FU Connect扩展crx文件
下载FU Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FU Connect provides:
- Automatically login when detecting FU Dormitory network
- Prevent disconnecting when idle
- Automatically re-login when detecting disconnection
- Notify users if internet is available at the moment by changing the icon on the action bar 扩展基本信息
| 名称 | |
| ID | emphckhenlofgfjbjjokfeeioaiafnle |
| 官方URL | https://chromewebstore.google.com/detail/fu-connect/emphckhenlofgfjbjjokfeeioaiafnle |
| 简介 | Auto connect to dormitory network for FPT University Student! |
| 文件大小 | 1.07 MB |
| 安装次数 | 43 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2016-04-14 |
| 上架时间 | 2016-04-14 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | tobernguyen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FU Connect",
"version": "1.3.0",
"description": "Auto connect to dormitory network for FPT University Student!",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon48.png",
"default_title": "FU Connect",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"webRequest",
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
]
}
} | |