Voice Out TTS Client

Voice Out TTS, select the text and right-click to speak with your system TTS Engine

Qu'est-ce que Voice Out TTS Client ?

Voice Out TTS Client est une extension Chrome développée par https://www.rosaneng.com, et sa fonction principale est "Voice Out TTS, select the text and right-click to speak with your system TTS Engine".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Voice Out TTS Client

Téléchargez les fichiers d'extension Voice Out TTS Client au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Voice Out TTS Client Voice Out TTS Client
ID hbelphkdkebaclidgfhjaobpljdoagpd
URL Officiel https://chromewebstore.google.com/detail/voice-out-tts-client/hbelphkdkebaclidgfhjaobpljdoagpd
Description Voice Out TTS, select the text and right-click to speak with your system TTS Engine
Taille du Fichier 423 KB
Nombre d'Installations 1,402
Version Actuelle 1.0
Dernière Mise à Jour 2018-07-10
Date de Publication 2018-07-09
Évaluation 4.25/5 Total 8 Évaluations
Développeur https://www.rosaneng.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.rosaneng.com
URL de la Page d'Aide http://www.rosaneng.com
URL de la Page de Politique de Confidentialité http://www.rosaneng.com
Langues Prises en Charge 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"
    }
}