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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |