Mumble Server Status

The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.

Mumble Server Statusとは何ですか?

Mumble Server StatusはPedro Estradaによって開発されたChromeの拡張機能で、その主な機能は「The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.」です。

拡張機能のスクリーンショット

screenshot

Mumble Server Status拡張機能のCRXファイルをダウンロード

Mumble Server Status拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.

It allows you to see whether the mumble server is online or not. It also allows you to view how many users you have online at the moment.                    

拡張機能の基本情報

名前 Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
公式URL https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal
説明 The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
ファイルサイズ 55.95 KB
インストール数 37
現在のバージョン 1.2.5
最終更新日 2013-02-19
公開日 2013-02-19
評価 5.00/5 合計 2 レビュー
開発者 Pedro Estrada
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "name": "Mumble Server Status",
    "version": "1.2.5",
    "manifest_version": 2,
    "description": "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/www.mumbleboxes.com\/"
    ],
    "options_page": "options.html"
}