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 là gì?

Mumble Server Status là một tiện ích mở rộng Chrome được phát triển bởi Pedro Estrada, và tính năng chính của nó là "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mumble Server Status

Tải xuống các tệp mở rộng Mumble Server Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
URL Chính Thức https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal
Mô tả The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
Kích Thước Tệp 55.95 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2013-02-19
Ngày Phát Hành 2013-02-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Pedro Estrada
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}