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 là gì?
Speechy là một tiện ích mở rộng Chrome được phát triển bởi hmirin, và tính năng chính của nó là "Wrapper for Paid High Quality Text-to-Speech (TTS) APIs such as Google and OpenAI. To use this extension, you need your API key.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Speechy
Tải xuống các tệp mở rộng Speechy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Speechy |
ID | flpjdaabfegkkifhogoilelmjcipihnp |
URL Chính Thức | https://chromewebstore.google.com/detail/speechy/flpjdaabfegkkifhogoilelmjcipihnp |
Mô tả | Wrapper for Paid High Quality Text-to-Speech (TTS) APIs such as Google and OpenAI. To use this extension, you need your API key. |
Kích Thước Tệp | 465 KB |
Số Lần Cài Đặt | 739 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2024-02-22 |
Ngày Phát Hành | 2018-07-19 |
Đánh Giá | 3.92/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | hmirin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hmirin.github.io/speechy/ |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |