Hangouts Shortcuts
Shortcuts for Google Hangouts on Chrome
Hangouts Shortcutsとは何ですか?
Hangouts Shortcutsはsomasundaram.a23によって開発されたChromeの拡張機能で、その主な機能は「Shortcuts for Google Hangouts on Chrome」です。
拡張機能のスクリーンショット
Hangouts Shortcuts拡張機能のCRXファイルをダウンロード
Hangouts Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enables shortcut to toggle mic and video camera on Google hangouts.
Default shortcuts:
Toggle mic: Ctrl + M
Toggle video: Ctrl + B 拡張機能の基本情報
| 名前 | |
| ID | mbgcohmdaihkelcokapfdmenehoafplh |
| 公式URL | https://chromewebstore.google.com/detail/hangouts-shortcuts/mbgcohmdaihkelcokapfdmenehoafplh |
| 説明 | Shortcuts for Google Hangouts on Chrome |
| ファイルサイズ | 4.28 KB |
| インストール数 | 102 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-05-19 |
| 公開日 | 2019-05-19 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | somasundaram.a23 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hangouts Shortcuts",
"version": "1.0",
"description": "Shortcuts for Google Hangouts on Chrome",
"manifest_version": 2,
"commands": {
"toggle-mic": {
"suggested_key": {
"default": "Ctrl+M"
},
"description": "Toggle hangouts mic"
},
"toggle-video": {
"suggested_key": {
"default": "Ctrl+B"
},
"description": "Toggle hangouts video"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"https:\/\/hangouts.google.com\/*",
"tabs"
]
} | |