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
擴展基本資訊
名稱 | FU Connect |
ID | emphckhenlofgfjbjjokfeeioaiafnle |
官方網址 | 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" ] } } |