ChatGPT Reader
ChatGPT Text to Speech Reader
¿Qué es ChatGPT Reader?
ChatGPT Reader es una extensión de Chrome desarrollada por ReadX, y su función principal es "ChatGPT Text to Speech Reader".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ChatGPT Reader
Descarga archivos de extensión ChatGPT Reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ChatGPT Reader |
ID | jmopckjbmdangdeegjacnmbkiiacaedm |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-reader/jmopckjbmdangdeegjacnmbkiiacaedm |
Descripción | ChatGPT Text to Speech Reader |
Tamaño del Archivo | 48.68 KB |
Cantidad de Instalaciones | 866 |
Versión Actual | 1.2.7 |
Última Actualización | 2023-12-26 |
Fecha de Publicación | 2023-03-02 |
Calificación | 4.33/5 Total de 6 Calificaciones |
Desarrollador | ReadX |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://readit.js.org/ |
URL de la Página de Política de Privacidad | https://readit.js.org/policy.html |
Idiomas Soportados | 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" } } |