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
Eメール [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"
    }
}