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 |
| Eメール | [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"
]
}
} | |