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?
Wavenet for Chrome是由Michael Poirier-Ginter开发的Chrome扩展程序,该扩展的主要功能是“Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's…”。
扩展截图
下载Wavenet for Chrome扩展crx文件
下载Wavenet for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | iefankigbnlnlaolflbcopliocibkffc |
| 官方URL | https://chromewebstore.google.com/detail/wavenet-for-chrome/iefankigbnlnlaolflbcopliocibkffc |
| 简介 | Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's… |
| 文件大小 | 4.59 MB |
| 安装次数 | 12,898 |
| 当前版本 | 12 |
| 更新时间 | 2023-07-30 |
| 上架时间 | 2020-02-15 |
| 评分 | 4.68/5 共73次评分 |
| 开发者 | Michael Poirier-Ginter |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/wavenet-for-chrome/extension |
| 帮助页面URL | https://github.com/wavenet-for-chrome/extension/discussions |
| 支持的语言 | 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": [
" | |