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.
Wat is Speechy?
Speechy is een Chrome-extensie ontwikkeld door hmirin, en de belangrijkste functie is "Wrapper for Paid High Quality Text-to-Speech (TTS) APIs such as Google and OpenAI. To use this extension, you need your API key.".
Extensie Screenshots
Download het CRX-bestand van de extensie Speechy
Download Speechy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Speechy |
ID | flpjdaabfegkkifhogoilelmjcipihnp |
Officiële URL | https://chromewebstore.google.com/detail/speechy/flpjdaabfegkkifhogoilelmjcipihnp |
Beschrijving | Wrapper for Paid High Quality Text-to-Speech (TTS) APIs such as Google and OpenAI. To use this extension, you need your API key. |
Bestandsgrootte | 465 KB |
Aantal Installaties | 739 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2024-02-22 |
Publicatiedatum | 2018-07-19 |
Beoordeling | 3.92/5 Totaal 12 Beoordelingen |
Ontwikkelaar | hmirin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://hmirin.github.io/speechy/ |
Ondersteunde Talen | 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": [ " |