ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
Co je ChatGPT Speech Synthesis?
ChatGPT Speech Synthesis je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Bring ChatGPT to life with speech synthesis!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ChatGPT Speech Synthesis
Stáhněte si soubory rozšíření ChatGPT Speech Synthesis ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | ChatGPT Speech Synthesis |
ID | fhnfinocmleiilmajigpbdjcaacgmfop |
Oficiální URL | https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop |
Popis | Bring ChatGPT to life with speech synthesis! |
Velikost souboru | 548 KB |
Počet instalací | 85 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2023-05-05 |
Datum Vydání | 2023-05-02 |
Hodnocení | 2.00/5 Celkem 1 Hodnocení |
Vývojář | Unknown |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis |
URL Stránky Nápovědy | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues |
Podporované Jazyky | 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": [] } |