CIVIR (beta)
CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.
CIVIR (beta)คืออะไร?
CIVIR (beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Windarken และคุณลักษณะหลักของมันคือ "CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CIVIR (beta)
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } |