ChatGPT Speech Synthesis

Bring ChatGPT to life with speech synthesis!

¿Qué es ChatGPT Speech Synthesis?

ChatGPT Speech Synthesis es una extensión de Chrome desarrollada por Unknown, y su función principal es "Bring ChatGPT to life with speech synthesis!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ChatGPT Speech Synthesis

Descarga archivos de extensión ChatGPT Speech Synthesis 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

                        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                    

Información Básica de la Extensión

Nombre ChatGPT Speech Synthesis ChatGPT Speech Synthesis
ID fhnfinocmleiilmajigpbdjcaacgmfop
URL Oficial https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop
Descripción Bring ChatGPT to life with speech synthesis!
Tamaño del Archivo 548 KB
Cantidad de Instalaciones 85
Versión Actual 1.1.1
Última Actualización 2023-05-05
Fecha de Publicación 2023-05-02
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador Unknown
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis
URL de la Página de Ayuda https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues
Idiomas Soportados 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": []
}