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
官方網址 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"
}