Unmute Google Meet on Key Press

Unmute Google Meet on pressing spacebar and mute it again when you release it

Τι είναι το Unmute Google Meet on Key Press;

Το Unmute Google Meet on Key Press είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vdevacc, και η κύρια λειτουργία του είναι "Unmute Google Meet on pressing spacebar and mute it again when you release it".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Unmute Google Meet on Key Press

Λήψη αρχείων επέκτασης Unmute Google Meet on Key Press σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Unmute Google Meet on Key Press Unmute Google Meet on Key Press
ID mmooelabpllbfelfkbeccahfimjggglh
Επίσημο URL https://chromewebstore.google.com/detail/unmute-google-meet-on-key/mmooelabpllbfelfkbeccahfimjggglh
Περιγραφή Unmute Google Meet on pressing spacebar and mute it again when you release it
Μέγεθος Αρχείου 27.16 KB
Αριθμός Εγκαταστάσεων 28
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-01-10
Ημερομηνία Δημοσίευσης 2021-01-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής vdevacc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}