ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
Qu'est-ce que ChatGPT Speech Synthesis ?
ChatGPT Speech Synthesis est une extension Chrome développée par Unknown, et sa fonction principale est "Bring ChatGPT to life with speech synthesis!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatGPT Speech Synthesis
Téléchargez les fichiers d'extension ChatGPT Speech Synthesis 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
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
Informations de Base sur l'Extension
Nom | ChatGPT Speech Synthesis |
ID | fhnfinocmleiilmajigpbdjcaacgmfop |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop |
Description | Bring ChatGPT to life with speech synthesis! |
Taille du Fichier | 548 KB |
Nombre d'Installations | 85 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2023-05-05 |
Date de Publication | 2023-05-02 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis |
URL de la Page d'Aide | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues |
Langues Prises en Charge | 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": [] } |