Hand-me-down for Google Meet
Automatically lower your hand in Google Meet when you start talking
O que é Hand-me-down for Google Meet?
Hand-me-down for Google Meet é uma extensão do Chrome desenvolvida por Mike Crittenden, e sua principal característica é "Automatically lower your hand in Google Meet when you start talking".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hand-me-down for Google Meet
Baixe arquivos de extensão Hand-me-down for Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
"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.
Informações Básicas da Extensão
Nome | Hand-me-down for Google Meet |
ID | odkejcmkmjeiaiejcghdkdnhbbokolbl |
URL Oficial | https://chromewebstore.google.com/detail/hand-me-down-for-google-m/odkejcmkmjeiaiejcghdkdnhbbokolbl |
Descrição | Automatically lower your hand in Google Meet when you start talking |
Tamanho do Arquivo | 16.86 KB |
Contagem de Instalações | 1,370 |
Versão Atual | 0.0.3 |
Última Atualização | 2021-03-06 |
Data de Publicação | 2021-02-20 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | Mike Crittenden |
mikecrittenden@gmail.com | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mikecrittenden/hand-me-down-for-google-meet |
URL da Página de Ajuda | https://github.com/mikecrittenden/hand-me-down-for-google-meet/issues |
Idiomas Suportados | 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 } ] } |