CIVIR (beta)
CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.
CIVIR (beta) क्या है?
CIVIR (beta) Windarken द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CIVIR (beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |