ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
What is ChatGPT Speech Synthesis?
ChatGPT Speech Synthesis is a Chrome extension developed by Unknown, and its main feature is "Bring ChatGPT to life with speech synthesis!".
Extension Screenshots
Download ChatGPT Speech Synthesis Extension CRX File
Download ChatGPT Speech Synthesis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ChatGPT Speech Synthesis |
ID | fhnfinocmleiilmajigpbdjcaacgmfop |
Official URL | https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop |
Description | Bring ChatGPT to life with speech synthesis! |
File Size | 548 KB |
Installation Count | 85 |
Current Version | 1.1.1 |
Last Updated | 2023-05-05 |
Publish Date | 2023-05-02 |
Rating | 2.00/5 Total 1 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis |
Help Page URL | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues |
Supported Languages | 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": [] } |