Speechy
Wrapper for Paid High Quality Text-to-Speech (TTS) APIs such as Google and OpenAI. To use this extension, you need your API key.
Co to jest Speechy?
Speechy to rozszerzenie Chrome opracowane przez hmirin, a jego główną funkcją jest „Wrapper for Paid High Quality Text-to-Speech (TTS) APIs such as Google and OpenAI. To use this extension, you need your API key.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Speechy
Pobierz pliki rozszerzeń Speechy 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
Wrapper for Paid High Quality Text-to-Speech (TTS) APIs like Google's Wavenet and OpenAI TTS. To use this extension, you need your API key. - Supported APIs - Google Cloud Text-to-Speech API (includes WaveNet voices) - OpenAI Text-to-Speech API - Feature - Read selected text - Choose voice - Change voice speed (Only for Google)
Podstawowe informacje o rozszerzeniu
Nazwa | Speechy |
ID | flpjdaabfegkkifhogoilelmjcipihnp |
Oficjalny URL | https://chromewebstore.google.com/detail/speechy/flpjdaabfegkkifhogoilelmjcipihnp |
Opis | Wrapper for Paid High Quality Text-to-Speech (TTS) APIs such as Google and OpenAI. To use this extension, you need your API key. |
Rozmiar pliku | 465 KB |
Liczba instalacji | 739 |
Aktualna Wersja | 0.2.1 |
Ostatnia Aktualizacja | 2024-02-22 |
Data Publikacji | 2018-07-19 |
Ocena | 3.92/5 Łącznie 12 Oceny |
Deweloper | hmirin |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://hmirin.github.io/speechy/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Speechy", "version": "0.2.1", "description": "Wrapper for Paid High Quality Text-to-Speech (TTS) APIs such as Google and OpenAI. To use this extension, you need your API key.", "permissions": [ "activeTab", "contextMenus", "storage", "scripting", "notifications" ], "host_permissions": [ "https:\/\/api.openai.com\/v1\/audio\/speech", "https:\/\/texttospeech.googleapis.com\/v1beta1\/text:synthesize?key=*" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ " |