Wavenet for Chrome
Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's…
Cos'è Wavenet for Chrome?
Wavenet for Chrome è un'estensione di Chrome sviluppata da Michael Poirier-Ginter, e la sua funzione principale è "Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wavenet for Chrome
Scarica i file di estensione Wavenet for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Wavenet for Chrome |
ID | iefankigbnlnlaolflbcopliocibkffc |
URL Ufficiale | https://chromewebstore.google.com/detail/wavenet-for-chrome/iefankigbnlnlaolflbcopliocibkffc |
Descrizione | Text-to-Speech (TTS) extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's… |
Dimensione del File | 4.59 MB |
Conteggio Installazioni | 12,898 |
Versione Corrente | 12 |
Ultimo Aggiornamento | 2023-07-30 |
Data di Pubblicazione | 2020-02-15 |
Valutazione | 4.68/5 Totale 73 Valutazioni |
Sviluppatore | Michael Poirier-Ginter |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/wavenet-for-chrome/extension |
URL della Pagina di Aiuto | https://github.com/wavenet-for-chrome/extension/discussions |
Lingue Supportate | 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": [ " |