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.
什么是Speechy?
Speechy是由hmirin开发的Chrome扩展程序,该扩展的主要功能是“Wrapper for Paid High Quality Text-to-Speech (TTS) APIs such as Google and OpenAI. To use this extension, you need your API key.”。
扩展截图
下载Speechy扩展crx文件
下载Speechy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | Speechy |
ID | flpjdaabfegkkifhogoilelmjcipihnp |
官方URL | https://chromewebstore.google.com/detail/speechy/flpjdaabfegkkifhogoilelmjcipihnp |
简介 | Wrapper for Paid High Quality Text-to-Speech (TTS) APIs such as Google and OpenAI. To use this extension, you need your API key. |
文件大小 | 465 KB |
安装次数 | 739 |
当前版本 | 0.2.1 |
更新时间 | 2024-02-22 |
上架时间 | 2018-07-19 |
评分 | 3.92/5 共12次评分 |
开发者 | hmirin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://hmirin.github.io/speechy/ |
支持的语言 | 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": [ " |