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."입니다.
확장 프로그램 스크린샷
Voice Control for Bard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ "*:\/\/*\/*" ] } ] } |