ChatGPT Reader
ChatGPT Text to Speech Reader
ChatGPT Reader란 무엇입니까?
ChatGPT Reader은(는) ReadX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT Text to Speech Reader"입니다.
확장 프로그램 스크린샷
ChatGPT Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ChatGPT Reader is a text to speech application that allows you to easily convert written replies into spoken words. With a simple click of the "Auto Read" button, you can effortlessly listen to the next reply without having to read it yourself. Additionally, the app offers the ability to re-read the last previously written comment in case you missed it. For an even more enhanced experience, we also offer ReadX extension that enables automatic text to speech and can seamlessly move to the next page on websites like RoyalRoad. The ReadX extension also has the capability to read Reddit comments using different voices. We believe that our easy-to-use text to speech apps can greatly improve your interaction with ChatGPT and your online reading experience. * Added support for the current version of Bard.
확장 프로그램 기본 정보
이름 | ChatGPT Reader |
ID | jmopckjbmdangdeegjacnmbkiiacaedm |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-reader/jmopckjbmdangdeegjacnmbkiiacaedm |
설명 | ChatGPT Text to Speech Reader |
파일 크기 | 48.68 KB |
설치 횟수 | 866 |
현재 버전 | 1.2.7 |
최근 업데이트 | 2023-12-26 |
출시 날짜 | 2023-03-02 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | ReadX |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://readit.js.org/ |
개인정보 보호 정책 페이지 URL | https://readit.js.org/policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Reader", "description": "ChatGPT Text to Speech Reader", "version": "1.2.7", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.bing.com\/*", "https:\/\/*.openai.com\/*", "https:\/\/bard.google.com\/*", "https:\/\/*.claude.ai\/*" ], "js": [ "content.js" ], "all_frames": false, "match_about_blank": true } ], "permissions": [ "storage" ], "action": { "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |