CIVIR (beta)
CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.
什麼是CIVIR (beta)?
CIVIR (beta)是由Windarken開發的Chrome擴展程式,該擴展的主要功能是“CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.”。
下載CIVIR (beta)擴展crx文件
下載CIVIR (beta)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allow unattended reconnection of the wifi in the dorms of the CIV (Centre International de Valbonne).
擴展基本資訊
名稱 | |
ID | mllfdfencnhnhplcigmibicdlcnhbcoh |
官方網址 | https://chrome.google.com/webstore/detail/civir-beta/mllfdfencnhnhplcigmibicdlcnhbcoh |
簡介 | CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi. |
檔案大小 | 261 KB |
安裝次數 | 20 |
目前版本 | 4.2.4 |
更新時間 | 2015-03-09 |
上架時間 | 2015-03-09 |
評分 | 4.00/5 共 1 次評分 |
開發者 | Windarken |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CIVIR (beta)", "short_name": "CIVIR", "description": "CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.", "version": "4.2.4", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "http:\/\/192.168.200.1:8002\/", "notifications", "alarms" ], "content_scripts": [ { "matches": [ "http:\/\/192.168.200.1\/*" ], "js": [ "js\/jquery-2.1.0.min.js", "contentscript.js" ] } ], "omnibox": { "keyword": "civir" }, "browser_action": { "default_icon": { "19": "images\/icon19.png" }, "default_title": "CIVIR" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "offline_enabled": false } |