ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
什么是ChatGPT Speech Synthesis?
ChatGPT Speech Synthesis是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Bring ChatGPT to life with speech synthesis!”。
扩展截图
下载ChatGPT Speech Synthesis扩展crx文件
下载ChatGPT Speech Synthesis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | fhnfinocmleiilmajigpbdjcaacgmfop |
| 官方URL | https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop |
| 简介 | Bring ChatGPT to life with speech synthesis! |
| 文件大小 | 548 KB |
| 安装次数 | 85 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2023-05-05 |
| 上架时间 | 2023-05-02 |
| 评分 | 2.00/5 共1次评分 |
| 开发者 | Unknown |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis |
| 帮助页面URL | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues |
| 支持的语言 | 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": []
} | |