Wavenet for Chrome
Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's…
Wavenet for Chrome là gì?
Wavenet for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Michael Poirier-Ginter, và tính năng chính của nó là "Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's…".
Ả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 Wavenet for Chrome
Tải xuống các tệp mở rộng Wavenet for Chrome 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
Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's Text-to-Speech. You need to create your own API Key in order to use this extension (see the included video for instructions). Features - Support for all Google WaveNet, Neural2, News, Studio voices and languages. - Adjustable pitch and speed. - Download selected text to an MP3 file. - SSML support - Shortcut to read aloud (Cmd+Shift+S on macOS and Ctrl+Shift+S on windows) - Shortcut to download selected text (Cmd+Shift+E on macOS and Ctrl+Shift+E on windows) - Chunk selected text into sentences to bypass the 5000 character limit and lower usage cost.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wavenet for Chrome |
ID | iefankigbnlnlaolflbcopliocibkffc |
URL Chính Thức | https://chromewebstore.google.com/detail/wavenet-for-chrome/iefankigbnlnlaolflbcopliocibkffc |
Mô tả | Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's… |
Kích Thước Tệp | 4.59 MB |
Số Lần Cài Đặt | 12,898 |
Phiên Bản Hiện Tại | 12 |
Cập Nhật Lần Cuối | 2023-07-30 |
Ngày Phát Hành | 2020-02-15 |
Đánh Giá | 4.68/5 Tổng số 73 Đánh Giá |
Nhà Phát Triển | Michael Poirier-Ginter |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/wavenet-for-chrome/extension |
URL Trang Trợ Giúp | https://github.com/wavenet-for-chrome/extension/discussions |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wavenet for Chrome", "version": "12", "manifest_version": 3, "permissions": [ "contextMenus", "downloads", "storage", "activeTab", "scripting", "offscreen" ], "commands": { "readAloudShortcut": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Read aloud" }, "downloadShortcut": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Download" } }, "background": { "service_worker": "service-worker.js", "type": "module" }, "host_permissions": [ " |