Togglae for Gather.Town
Control your mic in Gather Town using Alt + Shift + Q or what you prefer.
什麼是Togglae for Gather.Town?
Togglae for Gather.Town是由Rubem Almeida開發的Chrome擴展程式,該擴展的主要功能是“Control your mic in Gather Town using Alt + Shift + Q or what you prefer.”。
擴展截圖
下載Togglae for Gather.Town擴展crx文件
下載Togglae for Gather.Town擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Controls the microphone in the gather.town app and displays the status on the extension icon. To customize the shortcut, just navigate to chrome://extensions/shortcuts (or edge://extensions/shortcuts) and edit it.
擴展基本資訊
名稱 | Togglae for Gather.Town |
ID | poedboohbmljggcjlpcmdbcfkjiiekbc |
官方網址 | https://chromewebstore.google.com/detail/togglae-for-gathertown/poedboohbmljggcjlpcmdbcfkjiiekbc |
簡介 | Control your mic in Gather Town using Alt + Shift + Q or what you prefer. |
檔案大小 | 74.85 KB |
安裝次數 | 39 |
目前版本 | 0.7.1 |
更新時間 | 2023-05-23 |
上架時間 | 2021-12-24 |
開發者 | Rubem Almeida |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Togglae for Gather.Town", "short_name": "Togglae", "description": "Control your mic in Gather Town using Alt + Shift + Q or what you prefer.", "version": "0.7.1", "manifest_version": 3, "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/*.gather.town\/" ], "icons": { "16": "\/assets\/icon-no-speak-16x.png", "24": "\/assets\/icon-no-speak-24x.png", "32": "\/assets\/icon-no-speak-32x.png", "48": "\/assets\/icon-no-speak-48x.png", "64": "\/assets\/icon-no-speak-64x.png", "72": "\/assets\/icon-no-speak-72x.png", "96": "\/assets\/icon-no-speak-96x.png", "128": "\/assets\/icon-no-speak-128x.png" }, "background": { "service_worker": "background.js" }, "commands": { "toggleGatherTownMic": { "suggested_key": "Alt+Shift+Q", "description": "Toggle mic" } }, "action": { "default_title": "Congratulations! You won nothing to click here." } } |