ChatGPT Speechifier

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

Cos'è ChatGPT Speechifier?

ChatGPT Speechifier è un'estensione di Chrome sviluppata da Obinna Iloeje, e la sua funzione principale è "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ChatGPT Speechifier

Scarica i file di estensione ChatGPT Speechifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ChatGPT Speechifier ChatGPT Speechifier
ID jglaljacmohblhebclbfeeegdekoenae
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-speechifier/jglaljacmohblhebclbfeeegdekoenae
Descrizione This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations
Dimensione del File 372 KB
Conteggio Installazioni 27
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-06-06
Data di Pubblicazione 2023-05-14
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Obinna Iloeje
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}