Wavenet for Chrome
Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's…
¿Qué es Wavenet for Chrome?
Wavenet for Chrome es una extensión de Chrome desarrollada por Michael Poirier-Ginter, y su función principal es "Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Wavenet for Chrome
Descarga archivos de extensión Wavenet for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Wavenet for Chrome |
ID | iefankigbnlnlaolflbcopliocibkffc |
URL Oficial | https://chromewebstore.google.com/detail/wavenet-for-chrome/iefankigbnlnlaolflbcopliocibkffc |
Descripción | Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's… |
Tamaño del Archivo | 4.59 MB |
Cantidad de Instalaciones | 12,898 |
Versión Actual | 12 |
Última Actualización | 2023-07-30 |
Fecha de Publicación | 2020-02-15 |
Calificación | 4.68/5 Total de 73 Calificaciones |
Desarrollador | Michael Poirier-Ginter |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/wavenet-for-chrome/extension |
URL de la Página de Ayuda | https://github.com/wavenet-for-chrome/extension/discussions |
Idiomas Soportados | 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": [ " |