ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
ChatGPT Speech Synthesis란 무엇입니까?
ChatGPT Speech Synthesis은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring ChatGPT to life with speech synthesis!"입니다.
확장 프로그램 스크린샷
ChatGPT Speech Synthesis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Key Features: - High-Quality TTS Voice: Natural-sounding voice for a better conversational experience - Speech rate of 1.25x - Utilizes Chrome's built-in SpeechSynthesis API - Highlighted Text: Stay focused on the conversation as the currently spoken text block is highlighted - Seamless Integration: Effortlessly integrates with the ChatGPT platform, adds a play/stop button to each messages for easy access
확장 프로그램 기본 정보
이름 | ChatGPT Speech Synthesis |
ID | fhnfinocmleiilmajigpbdjcaacgmfop |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop |
설명 | Bring ChatGPT to life with speech synthesis! |
파일 크기 | 548 KB |
설치 횟수 | 85 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2023-05-05 |
출시 날짜 | 2023-05-02 |
평점 | 2.00/5 총 1 개의 평점 |
개발자 | Unknown |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis |
도움말 페이지 URL | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Speech Synthesis", "version": "1.1.1", "description": "Bring ChatGPT to life with speech synthesis!", "icons": { "64": "icon64.png", "128": "icon128.png", "512": "icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "main.js" ] } ], "permissions": [], "host_permissions": [] } |