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 |
公式URL | 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 |
Eメール | [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." } } |