Push To Talk For Google Meet

Hold in Google Meet to talk instead of fumbling around trying to mute and unmute

Push To Talk For Google Meetとは何ですか?

Push To Talk For Google Meetはhttps://www.w3technic.comによって開発されたChromeの拡張機能で、その主な機能は「Hold in Google Meet to talk instead of fumbling around trying to mute and unmute」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Hold [spacebar] in Google Meet to talk instead of fumbling around trying to mute and unmute
No more unexpected sounds.
Simple add-on that allows you to mute and unmute yourself with a key press instead of fumbling around trying to click the icon.

DOCUMENTATION
Click "Add to Chrome"  button then go to Google Meet page
Mute/unmute: Quick push [spacebar]
Hold [spacebar] (default) to talk, release to go back to mute
Configure your own hotkey if you don't like [spacebar] in settings
Mute will be on by default, but you can disable that feature in settings
This extensions only works on Google Meet

PURPOSE
This extension was made to help all the teachers and students figuring out distance learning together.

PRIVACY POLICY
We don't store your data, period.
Thanks!                    

拡張機能の基本情報

名前 Push To Talk For Google Meet Push To Talk For Google Meet
ID kkijalhkcfebhahlagllhlpocfehbfok
公式URL https://chromewebstore.google.com/detail/push-to-talk-for-google-m/kkijalhkcfebhahlagllhlpocfehbfok
説明 Hold in Google Meet to talk instead of fumbling around trying to mute and unmute
ファイルサイズ 35.12 KB
インストール数 986
現在のバージョン 1.1.1
最終更新日 2020-07-25
公開日 2020-07-21
評価 4.29/5 合計 7 レビュー
開発者 https://www.w3technic.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.w3technic.com/
ヘルプページのURL https://www.w3technic.com/contact.html
プライバシーポリシーページのURL https://w3technic.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "manifest_version": 2,
    "name": "Push To Talk For Google Meet",
    "description": "Hold  in Google Meet to talk instead of fumbling around trying to mute and unmute",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "ptt.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js",
            "update-conf.js",
            "update.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/www.w3technic.com\/p\/push-to-talk-for-google-meet.html"
}