Voice Control for Bard

Expands Bard with voice control and read aloud.

Voice Control for Bardとは何ですか?

Voice Control for Bardはhttps://voicecontrol.chatによって開発されたChromeの拡張機能で、その主な機能は「Expands Bard with voice control and read aloud.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Voice Control for Bard拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}