Mumble Channel Viewer

Displays channel and user information from a Mumble server

Co to jest Mumble Channel Viewer?

Mumble Channel Viewer to rozszerzenie Chrome opracowane przez https://www.quasibit.com, a jego główną funkcją jest „Displays channel and user information from a Mumble server”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Mumble Channel Viewer

Pobierz pliki rozszerzeń Mumble Channel Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Mumble Channel Viewer Mumble Channel Viewer
ID delalapmnpndmfopplmjegencdnddfcc
Oficjalny URL https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc
Opis Displays channel and user information from a Mumble server
Rozmiar pliku 202 KB
Liczba instalacji 92
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2015-10-15
Data Publikacji 2015-10-15
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper https://www.quasibit.com
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}