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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Crittenden และคุณลักษณะหลักของมันคือ "Automatically lower your hand in Google Meet when you start talking"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hand-me-down for Google Meet
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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
}
]
} | |