ChatGPT Speech Synthesis

Bring ChatGPT to life with speech synthesis!

Hvad er ChatGPT Speech Synthesis?

ChatGPT Speech Synthesis er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Bring ChatGPT to life with speech synthesis!".

Udvidelsesskærmbilleder

screenshot

Download ChatGPT Speech Synthesis-udvidelses-CRX-fil

Download ChatGPT Speech Synthesis-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT Speech Synthesis ChatGPT Speech Synthesis
ID fhnfinocmleiilmajigpbdjcaacgmfop
Officiel URL https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop
Beskrivelse Bring ChatGPT to life with speech synthesis!
Filstørrelse 548 KB
Antal Installationer 85
Nuværende Version 1.1.1
Senest Opdateret 2023-05-05
Udgivelsesdato 2023-05-02
Bedømmelse 2.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis
Hjælpeside-URL https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues
Understøttede Sprog 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": []
}