ChatGPT Speech Synthesis
Bring ChatGPT to life with speech synthesis!
Co to jest ChatGPT Speech Synthesis?
ChatGPT Speech Synthesis to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Bring ChatGPT to life with speech synthesis!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChatGPT Speech Synthesis
Pobierz pliki rozszerzeń ChatGPT Speech Synthesis w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fhnfinocmleiilmajigpbdjcaacgmfop |
| Oficjalny URL | https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop |
| Opis | Bring ChatGPT to life with speech synthesis! |
| Rozmiar pliku | 548 KB |
| Liczba instalacji | 85 |
| Aktualna Wersja | 1.1.1 |
| Ostatnia Aktualizacja | 2023-05-05 |
| Data Publikacji | 2023-05-02 |
| Ocena | 2.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis |
| Adres URL Strony Pomocy | https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues |
| Obsługiwane Języki | 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": []
} | |