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
电子邮箱 [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"
}