Hand-me-down for Google Meet
Automatically lower your hand in Google Meet when you start talking
Cos'è Hand-me-down for Google Meet?
Hand-me-down for Google Meet è un'estensione di Chrome sviluppata da Mike Crittenden, e la sua funzione principale è "Automatically lower your hand in Google Meet when you start talking".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hand-me-down for Google Meet
Scarica i file di estensione Hand-me-down for Google Meet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
"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.
Informazioni di Base sull'Estensione
Nome | Hand-me-down for Google Meet |
ID | odkejcmkmjeiaiejcghdkdnhbbokolbl |
URL Ufficiale | https://chromewebstore.google.com/detail/hand-me-down-for-google-m/odkejcmkmjeiaiejcghdkdnhbbokolbl |
Descrizione | Automatically lower your hand in Google Meet when you start talking |
Dimensione del File | 16.86 KB |
Conteggio Installazioni | 1,370 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2021-03-06 |
Data di Pubblicazione | 2021-02-20 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | Mike Crittenden |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mikecrittenden/hand-me-down-for-google-meet |
URL della Pagina di Aiuto | https://github.com/mikecrittenden/hand-me-down-for-google-meet/issues |
Lingue Supportate | 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 } ] } |