ChatGPT Speechifier

This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations

O que é ChatGPT Speechifier?

ChatGPT Speechifier é uma extensão do Chrome desenvolvida por Obinna Iloeje, e sua principal característica é "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT Speechifier

Baixe arquivos de extensão ChatGPT Speechifier 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

                        This browser extension helps speak ChatGPT text responses out loud with different languages and different tonations.

*Features
- Change language and gender of speech voice
- Increase or decrease the rate or speed of the speech
- Increase or decrease the pitch of the speech voice                    

Informações Básicas da Extensão

Nome ChatGPT Speechifier ChatGPT Speechifier
ID jglaljacmohblhebclbfeeegdekoenae
URL Oficial https://chromewebstore.google.com/detail/chatgpt-speechifier/jglaljacmohblhebclbfeeegdekoenae
Descrição This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations
Tamanho do Arquivo 372 KB
Contagem de Instalações 27
Versão Atual 1.0.0
Última Atualização 2023-06-06
Data de Publicação 2023-05-14
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Obinna Iloeje
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Speechifier",
    "version": "1.0.0",
    "description": "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations",
    "manifest_version": 3,
    "permissions": [
        "tts",
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "disabledPopup.html",
        "default_icon": "disabledIcon.png"
    },
    "icons": {
        "48": "icon-2.PNG",
        "128": "logo.PNG"
    }
}