Hand-me-down for Google Meet

Automatically lower your hand in Google Meet when you start talking

什么是Hand-me-down for Google Meet?

Hand-me-down for Google Meet是由Mike Crittenden开发的Chrome扩展程序,该扩展的主要功能是“Automatically lower your hand in Google Meet when you start talking”。

扩展截图

screenshot
screenshot

下载Hand-me-down for Google Meet扩展crx文件

下载Hand-me-down for Google Meet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "Oh, sorry, I don't have anything to say, I just forgot to lower my hand earlier."

Sound familiar? Not anymore! 

This tiny little extension keeps an eye on the "Raise/Lower Hand" button in Google Meet. If you raise your hand, it waits for you to start talking, and when you do it automatically lowers your hand.                    

扩展基本信息

名称 Hand-me-down for Google Meet Hand-me-down for Google Meet
ID odkejcmkmjeiaiejcghdkdnhbbokolbl
官方URL https://chromewebstore.google.com/detail/hand-me-down-for-google-m/odkejcmkmjeiaiejcghdkdnhbbokolbl
简介 Automatically lower your hand in Google Meet when you start talking
文件大小 16.86 KB
安装次数 1,370
当前版本 0.0.3
更新时间 2021-03-06
上架时间 2021-02-20
评分 4.83/5 共6次评分
开发者 Mike Crittenden
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mikecrittenden/hand-me-down-for-google-meet
帮助页面URL https://github.com/mikecrittenden/hand-me-down-for-google-meet/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.3",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/meet.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}