ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
Wat is ChatGPT Speech Synthesis?
ChatGPT Speech Synthesis is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Bring ChatGPT to life with speech synthesis!".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT Speech Synthesis
Download ChatGPT Speech Synthesis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | fhnfinocmleiilmajigpbdjcaacgmfop |
| Officiële URL | https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop |
| Beschrijving | Bring ChatGPT to life with speech synthesis! |
| Bestandsgrootte | 548 KB |
| Aantal Installaties | 85 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2023-05-05 |
| Publicatiedatum | 2023-05-02 |
| Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis |
| Help Pagina-URL | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues |
| Ondersteunde Talen | 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": []
} | |