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 |
| Eメール | [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": [
" | |