US English Female Text-to-speech (by Google)

This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.

Qu'est-ce que US English Female Text-to-speech (by Google) ?

US English Female Text-to-speech (by Google) est une extension Chrome développée par http://chrome.google.com, et sa fonction principale est "This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension US English Female Text-to-speech (by Google)

Téléchargez les fichiers d'extension US English Female Text-to-speech (by Google) 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

                        Updated February 2017: uses new speech engine, no separate download required.

This is a female US English text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.
This extension does not do anything by itself. When installed, it provides an additional voice that talking apps and extensions can use.

This voice is a US English female voice, built by Google. The synthesis engine runs directly in your browser using Native Client technology - no network required. That means it's fast and responsive, suitable for accessibility applications.                    

Informations de Base sur l'Extension

Nom US English Female Text-to-speech (by Google) US English Female Text-to-speech (by Google)
ID pkidpnnapnfgjhfhkpmjpbckkbaodldb
URL Officiel https://chrome.google.com/webstore/detail/pkidpnnapnfgjhfhkpmjpbckkbaodldb
Description This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.
Taille du Fichier 25.21 MB
Nombre d'Installations 124,279
Version Actuelle 2.2
Dernière Mise à Jour 2017-02-08
Date de Publication 2017-02-08
Évaluation 2.51/5 Total 212 Évaluations
Développeur http://chrome.google.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://policies.google.com/privacy?hl=en
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "voice_lstm_en-US.js",
            "tts_controller.js",
            "tts_main.js"
        ]
    },
    "description": "This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.",
    "icons": {
        "128": "google-tts-128.png",
        "16": "google-tts-16.png",
        "256": "google-tts-256.png",
        "48": "google-tts-48.png"
    },
    "manifest_version": 2,
    "name": "US English Female Text-to-speech (by Google)",
    "permissions": [
        "ttsEngine",
        "unlimitedStorage"
    ],
    "tts_engine": {
        "voices": [
            {
                "event_types": [
                    "start",
                    "word",
                    "end",
                    "error"
                ],
                "gender": "female",
                "lang": "en-US",
                "voice_name": "US English Female TTS (by Google)"
            }
        ]
    },
    "version": "2.2"
}