Mumble Channel Viewer
Displays channel and user information from a Mumble server
什麼是Mumble Channel Viewer?
Mumble Channel Viewer是由https://www.quasibit.com開發的Chrome擴展程式,該擴展的主要功能是“Displays channel and user information from a Mumble server”。
擴展截圖
下載Mumble Channel Viewer擴展crx文件
下載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 |
官方網址 | 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", " |