Mumble Channel Viewer

Displays channel and user information from a Mumble server

Co je Mumble Channel Viewer?

Mumble Channel Viewer je rozšíření Chrome vyvinuté https://www.quasibit.com, a jeho hlavní funkcí je „Displays channel and user information from a Mumble server“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Mumble Channel Viewer

Stáhněte si soubory rozšíření Mumble Channel Viewer 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í

                        Displays channel and user information from a Mumble server (Murmur). Mumble is an open-source voice chat software.

This extension doesn't allow you to chat, only to see who's on the server.

The server must implement the Channel Viewer Protocol.                    

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

Název Mumble Channel Viewer Mumble Channel Viewer
ID delalapmnpndmfopplmjegencdnddfcc
Oficiální URL https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc
Popis Displays channel and user information from a Mumble server
Velikost souboru 202 KB
Počet instalací 92
Aktuální Verze 0.1.0
Poslední Aktualizace 2015-10-15
Datum Vydání 2015-10-15
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář https://www.quasibit.com
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mumble Channel Viewer",
    "short_name": "Mumble CV",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Displays channel and user information from a Mumble server",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Mumble Channel Viewer",
        "default_popup": "pages\/action.html"
    },
    "background": {
        "page": "pages\/background.html",
        "persistent": false
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "alarms",
        "storage",
        ""
    ]
}