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).                    

拡張機能の基本情報

名前 CIVIR (beta) CIVIR (beta)
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
Eメール [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
}