Voice Control for Bard

Expands Bard with voice control and read aloud.

Τι είναι το Voice Control for Bard;

Το Voice Control for Bard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://voicecontrol.chat, και η κύρια λειτουργία του είναι "Expands Bard with voice control and read aloud.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Voice Control for Bard

Λήψη αρχείων επέκτασης Voice Control for Bard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Voice Control for Bard enhances the voice control features of Google Bard. This lightweight extension is designed to make your experience with Google Bard more interactive and accessible, including continuous  read-aloud functionality and keyboard shortcuts for the built-in voice recognition. 

Feature highlights:
📣 Read responses aloud 
🎤 Control the built-in voice recognition with the keyboard
🌎 Supports multiple languages

Usage guide:
1.  Install Voice Control for Bard to activate voice commands for Bard 
2. Go to bard.google.com
3. Login with your Google account
4. The extension adds a mute, a skip and a settings button
5. Bard already supports voice input, but the extension lets you activate it with shortcut Shift + R
5. Accept access to the microphone when prompted
6. Start talking
7. Hear Bard's response read aloud

In the extension settings, you may change the voice and language. 

🛟 Need help or found an issue?
Should you need any assistance or encounter an issue, the support team is readily available at [email protected]                    

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

Όνομα Voice Control for Bard Voice Control for Bard
ID hgcfiedlifphndjalijbccglopbpclaj
Επίσημο URL https://chromewebstore.google.com/detail/voice-control-for-bard/hgcfiedlifphndjalijbccglopbpclaj
Περιγραφή Expands Bard with voice control and read aloud.
Μέγεθος Αρχείου 195 KB
Αριθμός Εγκαταστάσεων 2,895
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2023-12-04
Ημερομηνία Δημοσίευσης 2023-05-17
Αξιολόγηση 4.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://voicecontrol.chat
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://voicecontrol.chat/bard
Διεύθυνση URL της Σελίδας Βοήθειας https://voicecontrol.chat/support
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Voice Control for Bard",
    "version": "1.1.0",
    "description": "Expands Bard with voice control and read aloud.",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bard.google.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17014183906.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}