ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
Was ist ChatGPT Speech Synthesis?
ChatGPT Speech Synthesis ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Bring ChatGPT to life with speech synthesis!".
Erweiterungsscreenshots
ChatGPT Speech Synthesis-Erweiterungs-CRX-Datei herunterladen
Laden Sie ChatGPT Speech Synthesis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fhnfinocmleiilmajigpbdjcaacgmfop |
| Offizielle URL | https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop |
| Beschreibung | Bring ChatGPT to life with speech synthesis! |
| Dateigröße | 548 KB |
| Installationsanzahl | 85 |
| Aktuelle Version | 1.1.1 |
| Letztes Update | 2023-05-05 |
| Veröffentlichungsdatum | 2023-05-02 |
| Bewertung | 2.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Unknown |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis |
| Hilfeseite URL | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues |
| Unterstützte Sprachen | 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": []
} | |