Google Meet Push to Talk

Enable push to talk functionality in Google Meet

Google Meet Push to Talkとは何ですか?

Google Meet Push to TalkはJCW Servicesによって開発されたChromeの拡張機能で、その主な機能は「Enable push to talk functionality in Google Meet」です。

拡張機能のスクリーンショット

screenshot

Google Meet Push to Talk拡張機能のCRXファイルをダウンロード

Google Meet Push to Talk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is for Google Meet

This will enable simple push to talk functionality to make it easier to only have your microphone on when talk to prevent feedback especially in large meetings

When the spacebar is pressed down it will unmute the microphone and when released it will mute the microphone

Code - https://github.com/jcw-os/google-meet-ptt                    

拡張機能の基本情報

名前 Google Meet Push to Talk Google Meet Push to Talk
ID lmbeadglfeffhemaffjdgfbgmiggafkg
公式URL https://chromewebstore.google.com/detail/google-meet-push-to-talk/lmbeadglfeffhemaffjdgfbgmiggafkg
説明 Enable push to talk functionality in Google Meet
ファイルサイズ 95.2 KB
インストール数 24,051
現在のバージョン 1.0.6
最終更新日 2021-05-28
公開日 2020-05-28
評価 3.36/5 合計 28 レビュー
開発者 JCW Services
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Push to Talk",
    "description": "Enable push to talk functionality in Google Meet",
    "version": "1.0.6",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/ptt.css"
            ]
        }
    ]
}