Unmute Google Meet on Key Press
Unmute Google Meet on pressing spacebar and mute it again when you release it
Was ist Unmute Google Meet on Key Press?
Unmute Google Meet on Key Press ist eine Chrome-Erweiterung, die von vdevacc entwickelt wurde, und ihr Hauptmerkmal ist "Unmute Google Meet on pressing spacebar and mute it again when you release it".
Erweiterungsscreenshots
Unmute Google Meet on Key Press-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unmute Google Meet on Key Press-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Unmute Google Meet on Key Press |
ID | mmooelabpllbfelfkbeccahfimjggglh |
Offizielle URL | https://chromewebstore.google.com/detail/unmute-google-meet-on-key/mmooelabpllbfelfkbeccahfimjggglh |
Beschreibung | Unmute Google Meet on pressing spacebar and mute it again when you release it |
Dateigröße | 27.16 KB |
Installationsanzahl | 28 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-01-10 |
Veröffentlichungsdatum | 2021-01-10 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | vdevacc |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |