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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}