ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
Что такое ChatGPT Speech Synthesis?
ChatGPT Speech Synthesis - это расширение Chrome, разработанное Unknown, и его основная функция - "Bring ChatGPT to life with speech synthesis!".
Снимки экрана расширения
Скачать файл CRX расширения ChatGPT Speech Synthesis
Скачайте файлы расширений 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": []
} | |