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 |
| 官方網址 | 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": []
} | |