Mumble Server Status

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

什么是Mumble Server Status?

Mumble Server Status是由Pedro Estrada开发的Chrome扩展程序,该扩展的主要功能是“The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.”。

扩展截图

screenshot

下载Mumble Server Status扩展crx文件

下载Mumble Server Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
官方URL https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal
简介 The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
文件大小 55.95 KB
安装次数 37
当前版本 1.2.5
更新时间 2013-02-19
上架时间 2013-02-19
评分 5.00/5 共2次评分
开发者 Pedro Estrada
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}