Unmute Google Meet on Key Press

Unmute Google Meet on pressing spacebar and mute it again when you release it

Unmute Google Meet on Key Pressคืออะไร?

Unmute Google Meet on Key Press เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vdevacc และคุณลักษณะหลักของมันคือ "Unmute Google Meet on pressing spacebar and mute it again when you release it"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unmute Google Meet on Key Press

ดาวน์โหลดไฟล์ส่วนขยาย Unmute Google Meet on Key Press ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Isn't it too much work to unmute and mute your mic in a meeting just to say "Yes" or "Good Morning" or something small like that?!

This extension is just for that.. 
It unmutes the mic on spacebar key press and mutes it again when you release the key. Isn't it very convenient?

**This extension assumes that you keep your Google Meet on mute. Otherwise it will do the opposite. It will mute on spacebar key press and unmute it again key release.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unmute Google Meet on Key Press Unmute Google Meet on Key Press
ID mmooelabpllbfelfkbeccahfimjggglh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unmute-google-meet-on-key/mmooelabpllbfelfkbeccahfimjggglh
คำอธิบาย Unmute Google Meet on pressing spacebar and mute it again when you release it
ขนาดไฟล์ 27.16 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-10
วันที่เผยแพร่ 2021-01-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา vdevacc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unmute Google Meet on Key Press",
    "version": "1.0",
    "description": "Unmute Google Meet on pressing spacebar and mute it again when you release it",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "muteUnmuteGoogleMeet"
    }
}