Mumble Channel Viewer

Displays channel and user information from a Mumble server

Mumble Channel Viewerとは何ですか?

Mumble Channel Viewerはhttps://www.quasibit.comによって開発されたChromeの拡張機能で、その主な機能は「Displays channel and user information from a Mumble server」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Mumble Channel Viewer Mumble Channel Viewer
ID delalapmnpndmfopplmjegencdnddfcc
公式URL https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc
説明 Displays channel and user information from a Mumble server
ファイルサイズ 202 KB
インストール数 92
現在のバージョン 0.1.0
最終更新日 2015-10-15
公開日 2015-10-15
評価 4.67/5 合計 3 レビュー
開発者 https://www.quasibit.com
支払い方法 free
対応言語 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",
        ""
    ]
}