Mumble Channel Viewer
Displays channel and user information from a Mumble server
Mumble Channel Viewerคืออะไร?
Mumble Channel Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.quasibit.com และคุณลักษณะหลักของมันคือ "Displays channel and user information from a Mumble server"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mumble Channel Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Mumble Channel Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Displays channel and user information from a Mumble server (Murmur). Mumble is an open-source voice chat software. This extension doesn't allow you to chat, only to see who's on the server. The server must implement the Channel Viewer Protocol.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mumble Channel Viewer |
ID | delalapmnpndmfopplmjegencdnddfcc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc |
คำอธิบาย | Displays channel and user information from a Mumble server |
ขนาดไฟล์ | 202 KB |
จำนวนการติดตั้ง | 92 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2015-10-15 |
วันที่เผยแพร่ | 2015-10-15 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.quasibit.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mumble Channel Viewer", "short_name": "Mumble CV", "version": "0.1.0", "manifest_version": 2, "description": "Displays channel and user information from a Mumble server", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Mumble Channel Viewer", "default_popup": "pages\/action.html" }, "background": { "page": "pages\/background.html", "persistent": false }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "alarms", "storage", " |