Hand-me-down for Google Meet
Automatically lower your hand in Google Meet when you start talking
Hand-me-down for Google Meetとは何ですか?
Hand-me-down for Google MeetはMike Crittendenによって開発されたChromeの拡張機能で、その主な機能は「Automatically lower your hand in Google Meet when you start talking」です。
拡張機能のスクリーンショット
Hand-me-down for Google Meet拡張機能のCRXファイルをダウンロード
Hand-me-down for Google Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"Oh, sorry, I don't have anything to say, I just forgot to lower my hand earlier."
Sound familiar? Not anymore!
This tiny little extension keeps an eye on the "Raise/Lower Hand" button in Google Meet. If you raise your hand, it waits for you to start talking, and when you do it automatically lowers your hand. 拡張機能の基本情報
| 名前 | |
| ID | odkejcmkmjeiaiejcghdkdnhbbokolbl |
| 公式URL | https://chromewebstore.google.com/detail/hand-me-down-for-google-m/odkejcmkmjeiaiejcghdkdnhbbokolbl |
| 説明 | Automatically lower your hand in Google Meet when you start talking |
| ファイルサイズ | 16.86 KB |
| インストール数 | 1,370 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2021-03-06 |
| 公開日 | 2021-02-20 |
| 評価 | 4.83/5 合計 6 レビュー |
| 開発者 | Mike Crittenden |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/mikecrittenden/hand-me-down-for-google-meet |
| ヘルプページのURL | https://github.com/mikecrittenden/hand-me-down-for-google-meet/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "0.0.3",
"short_name": "__MSG_appShortName__",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/meet.google.com\/*",
"https:\/\/meet.google.com\/*"
],
"css": [
"styles\/contentscript.css"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |