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.
What is Speechy?
Speechy is a Chrome extension developed by hmirin, and its main feature 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.".
Extension Screenshots
Download Speechy Extension CRX File
Download Speechy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Speechy |
ID | flpjdaabfegkkifhogoilelmjcipihnp |
Official URL | https://chromewebstore.google.com/detail/speechy/flpjdaabfegkkifhogoilelmjcipihnp |
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. |
File Size | 465 KB |
Installation Count | 739 |
Current Version | 0.2.1 |
Last Updated | 2024-02-22 |
Publish Date | 2018-07-19 |
Rating | 3.92/5 Total 12 Ratings |
Developer | hmirin |
[email protected] | |
Payment Type | free |
Extension Website | https://hmirin.github.io/speechy/ |
Supported Languages | 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": [ " |