Unmute Google Meet on Key Press
Unmute Google Meet on pressing spacebar and mute it again when you release it
Cos'è Unmute Google Meet on Key Press?
Unmute Google Meet on Key Press è un'estensione di Chrome sviluppata da vdevacc, e la sua funzione principale è "Unmute Google Meet on pressing spacebar and mute it again when you release it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unmute Google Meet on Key Press
Scarica i file di estensione Unmute Google Meet on Key Press 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
Isn't it too much work to unmute and mute your mic in a meeting just to say "Yes" or "Good Morning" or something small like that?! This extension is just for that.. It unmutes the mic on spacebar key press and mutes it again when you release the key. Isn't it very convenient? **This extension assumes that you keep your Google Meet on mute. Otherwise it will do the opposite. It will mute on spacebar key press and unmute it again key release.
Informazioni di Base sull'Estensione
Nome | Unmute Google Meet on Key Press |
ID | mmooelabpllbfelfkbeccahfimjggglh |
URL Ufficiale | https://chromewebstore.google.com/detail/unmute-google-meet-on-key/mmooelabpllbfelfkbeccahfimjggglh |
Descrizione | Unmute Google Meet on pressing spacebar and mute it again when you release it |
Dimensione del File | 27.16 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-01-10 |
Data di Pubblicazione | 2021-01-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | vdevacc |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unmute Google Meet on Key Press", "version": "1.0", "description": "Unmute Google Meet on pressing spacebar and mute it again when you release it", "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_title": "muteUnmuteGoogleMeet" } } |