ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
Cos'è ChatGPT Speech Synthesis?
ChatGPT Speech Synthesis è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Bring ChatGPT to life with speech synthesis!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT Speech Synthesis
Scarica i file di estensione ChatGPT Speech Synthesis 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
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
Informazioni di Base sull'Estensione
Nome | ChatGPT Speech Synthesis |
ID | fhnfinocmleiilmajigpbdjcaacgmfop |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop |
Descrizione | Bring ChatGPT to life with speech synthesis! |
Dimensione del File | 548 KB |
Conteggio Installazioni | 85 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2023-05-05 |
Data di Pubblicazione | 2023-05-02 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis |
URL della Pagina di Aiuto | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues |
Lingue Supportate | 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": [] } |