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",
        ""
    ]
}