Mumble Server Status

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

Co je Mumble Server Status?

Mumble Server Status je rozšíření Chrome vyvinuté Pedro Estrada, a jeho hlavní funkcí je „The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mumble Server Status

Stáhněte si soubory rozšíření Mumble Server Status ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
Oficiální URL https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal
Popis The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
Velikost souboru 55.95 KB
Počet instalací 37
Aktuální Verze 1.2.5
Poslední Aktualizace 2013-02-19
Datum Vydání 2013-02-19
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Pedro Estrada
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}