Gather Mute Shortcut
Press SPACE to talk and custom shortcut to toggle mute
Gather Mute Shortcutとは何ですか?
Gather Mute Shortcutはhttps://shinychang.netによって開発されたChromeの拡張機能で、その主な機能は「Press SPACE to talk and custom shortcut to toggle mute」です。
拡張機能のスクリーンショット
Gather Mute Shortcut拡張機能のCRXファイルをダウンロード
Gather Mute Shortcut拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Press SPACE to un-mute
Please visit chrome://extensions/shortcuts to setup the shortcut of toggle mic 拡張機能の基本情報
| 名前 | |
| ID | ohhjbipfhipcebhjkcbodeilfgekihpj |
| 公式URL | https://chromewebstore.google.com/detail/gather-mute-shortcut/ohhjbipfhipcebhjkcbodeilfgekihpj |
| 説明 | Press SPACE to talk and custom shortcut to toggle mute |
| ファイルサイズ | 5.41 KB |
| インストール数 | 97 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2022-02-17 |
| 公開日 | 2021-08-30 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://shinychang.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gather Mute Shortcut",
"description": "Press SPACE to talk and custom shortcut to toggle mute",
"version": "1.0.4",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.gather.town\/*"
],
"js": [
"content-script.js"
]
}
],
"commands": {
"toggleMute": {
"suggested_key": {
"default": "Ctrl+D",
"mac": "Command+D"
},
"description": "Toggle Mic on\/off"
}
}
} | |