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是由vdevacc开发的Chrome扩展程序,该扩展的主要功能是“Unmute Google Meet on pressing spacebar and mute it again when you release it”。

扩展截图

screenshot
screenshot

下载Unmute Google Meet on Key Press扩展crx文件

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