ChatGPT Speech Synthesis

Bring ChatGPT to life with speech synthesis!

Vad är ChatGPT Speech Synthesis?

ChatGPT Speech Synthesis är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Bring ChatGPT to life with speech synthesis!".

Tilläggsskärmbilder

screenshot

Ladda ner ChatGPT Speech Synthesis-förlängningens CRX-fil

Ladda ner ChatGPT Speech Synthesis-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ChatGPT Speech Synthesis ChatGPT Speech Synthesis
ID fhnfinocmleiilmajigpbdjcaacgmfop
Officiell webbadress https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop
Beskrivning Bring ChatGPT to life with speech synthesis!
Filstorlek 548 KB
Antal Installationer 85
Aktuell Version 1.1.1
Senast Uppdaterad 2023-05-05
Publiceringsdatum 2023-05-02
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare Unknown
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis
Hjälpsida URL https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues
Stödda Språk 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": []
}