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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pedro Estrada และคุณลักษณะหลักของมันคือ "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mumble Server Status
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |