ChatGPT Speech Synthesis

Bring ChatGPT to life with speech synthesis!

O que é ChatGPT Speech Synthesis?

ChatGPT Speech Synthesis é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Bring ChatGPT to life with speech synthesis!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChatGPT Speech Synthesis

Baixe arquivos de extensão ChatGPT Speech Synthesis no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ChatGPT Speech Synthesis ChatGPT Speech Synthesis
ID fhnfinocmleiilmajigpbdjcaacgmfop
URL Oficial https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop
Descrição Bring ChatGPT to life with speech synthesis!
Tamanho do Arquivo 548 KB
Contagem de Instalações 85
Versão Atual 1.1.1
Última Atualização 2023-05-05
Data de Publicação 2023-05-02
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis
URL da Página de Ajuda https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues
Idiomas Suportados 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": []
}