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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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