Voice-to-ChatGPT
Enjoy chatting with ChatGPT using your voice.
Voice-to-ChatGPT란 무엇입니까?
Voice-to-ChatGPT은(는) baoblackcoal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy chatting with ChatGPT using your voice."입니다.
확장 프로그램 스크린샷
Voice-to-ChatGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Voice-to-ChatGPT Enjoy chatting with ChatGPT using your voice. V2.0.0_20230319 New Freature: 1. New UI design that provides better experience. 2. Speaking for every question and answer. 3. Stop speaking for current voice output. Fix: 1. Fix the issue of speaking problems. V1.0.1_20230305 Voice-To-ChatGPT, Hold to Talk, and Release to Send. The "Vioce-to-Talk" extension allows you to interact with the ChatGPT language model through your microphone and hear its responses with a voice. This extension uses speech recognition and text-to-speech technologies from Google Chrome, and supports all major languages. To use it, you need to open the ChatGPT home page, Holding "Hold to Talk" button to talk, release the button to send. Also, you can cancel and edit if you want to. Please note: Voice-to-ChatGPT is inspired by Talk-to-ChatGPT and most souce code come from Voice-to-ChatGPT, thanks to Voice-to-ChatGPT.
확장 프로그램 기본 정보
이름 | Voice-to-ChatGPT |
ID | ljfaalmmbjiogndhkndfilcianhlbkbc |
공식 URL | https://chromewebstore.google.com/detail/voice-to-chatgpt/ljfaalmmbjiogndhkndfilcianhlbkbc |
설명 | Enjoy chatting with ChatGPT using your voice. |
파일 크기 | 67.39 KB |
설치 횟수 | 752 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2023-03-21 |
출시 날짜 | 2023-03-09 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | baoblackcoal |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Voice-to-ChatGPT", "version": "2.0.0", "permissions": [], "description": "Enjoy chatting with ChatGPT using your voice.", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "Voice-to-ChatGPT V2.0.0" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat*" ], "js": [ "jquery.min.js", "content.js" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |