ChatGPT Reader
ChatGPT Text to Speech Reader
Qu'est-ce que ChatGPT Reader ?
ChatGPT Reader est une extension Chrome développée par ReadX, et sa fonction principale est "ChatGPT Text to Speech Reader".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatGPT Reader
Téléchargez les fichiers d'extension ChatGPT Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ChatGPT Reader |
ID | jmopckjbmdangdeegjacnmbkiiacaedm |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-reader/jmopckjbmdangdeegjacnmbkiiacaedm |
Description | ChatGPT Text to Speech Reader |
Taille du Fichier | 48.68 KB |
Nombre d'Installations | 866 |
Version Actuelle | 1.2.7 |
Dernière Mise à Jour | 2023-12-26 |
Date de Publication | 2023-03-02 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | ReadX |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://readit.js.org/ |
URL de la Page de Politique de Confidentialité | https://readit.js.org/policy.html |
Langues Prises en Charge | 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" } } |