Voice Out TTS Client
Voice Out TTS, select the text and right-click to speak with your system TTS Engine
Cos'è Voice Out TTS Client?
Voice Out TTS Client è un'estensione di Chrome sviluppata da https://www.rosaneng.com, e la sua funzione principale è "Voice Out TTS, select the text and right-click to speak with your system TTS Engine".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Voice Out TTS Client
Scarica i file di estensione Voice Out TTS Client 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
Voice Out is a Text-to-speech TTS client that makes your Chrome browser speak texts with the built-in Text-to-speech Engine TTS. Voice Out helps you read in foreign languages. Simply select the text, right click and select Voice Out TTS Client -> Start speaking to convert the text into voice. Make your device say anything you want in foreign languages by changing the settings. This extension aims to be simple and without useless features or options. For educators, parents or students (everyone). You can use this extension to learn about pronunciation of different languages.
Informazioni di Base sull'Estensione
Nome | Voice Out TTS Client |
ID | hbelphkdkebaclidgfhjaobpljdoagpd |
URL Ufficiale | https://chromewebstore.google.com/detail/voice-out-tts-client/hbelphkdkebaclidgfhjaobpljdoagpd |
Descrizione | Voice Out TTS, select the text and right-click to speak with your system TTS Engine |
Dimensione del File | 423 KB |
Conteggio Installazioni | 1,402 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-07-10 |
Data di Pubblicazione | 2018-07-09 |
Valutazione | 4.25/5 Totale 8 Valutazioni |
Sviluppatore | https://www.rosaneng.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.rosaneng.com |
URL della Pagina di Aiuto | http://www.rosaneng.com |
URL della Pagina della Politica sulla Privacy | http://www.rosaneng.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice Out TTS Client", "description": "Voice Out TTS, select the text and right-click to speak with your system TTS Engine", "manifest_version": 2, "minimum_chrome_version": "24", "offline_enabled": true, "permissions": [ "tts", "contextMenus" ], "version": "1.0", "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "options.html", "default_title": "Voice Out TTS Client" }, "background": { "scripts": [ "js\/background.min.js" ], "persistens": false }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } } |