Mumble Server Status

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

Vad är Mumble Server Status?

Mumble Server Status är en Chrome-tillägg utvecklad av Pedro Estrada, och dess huvudfunktion är "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".

Tilläggsskärmbilder

screenshot

Ladda ner Mumble Server Status-förlängningens CRX-fil

Ladda ner Mumble Server Status-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
Officiell webbadress https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal
Beskrivning The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
Filstorlek 55.95 KB
Antal Installationer 37
Aktuell Version 1.2.5
Senast Uppdaterad 2013-02-19
Publiceringsdatum 2013-02-19
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Pedro Estrada
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}