VoiceChatGPT
You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/
VoiceChatGPT란 무엇입니까?
VoiceChatGPT은(는) gharacter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/"입니다.
확장 프로그램 스크린샷
VoiceChatGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Let's have a voice conversation with ChatGPT. 1. Install this add-on. 2. Open the page at https://chat.openai.com/ (For the first time, you need to create an OpenAI account) 3. A microphone icon is displayed on the top right of the page. 4. Click the microphone icon to turn it on. 5. You will be asked whether to allow the use of the microphone only for the first time, so [Allow]. 6. You can talk. 7. Click the microphone icon again to turn it off. Click the add-on icon to change audio settings. * Mic must be enabled. * Since the response sentence is read gradually, the reading may be unnatural. * Misreading is a specification. * Rarely speaking may fail. * This addon is unofficial.
확장 프로그램 기본 정보
이름 | VoiceChatGPT |
ID | jflddflnnaggppnecfphaljgahfajihk |
공식 URL | https://chromewebstore.google.com/detail/voicechatgpt/jflddflnnaggppnecfphaljgahfajihk |
설명 | You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/ |
파일 크기 | 43.11 KB |
설치 횟수 | 137 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-05-12 |
출시 날짜 | 2023-05-02 |
개발자 | gharacter |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/Gharacter |
도움말 페이지 URL | https://twitter.com/Gharacter |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_name__", "version": "1.0.2", "description": "__MSG_description__", "icons": { "32": "icons\/icon32.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_title": "__MSG_name__", "default_popup": "popup\/popup.html", "default_icon": { "32": "icons\/icon32.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" } }, "permissions": [ "storage" ] } |