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.

Cos'è US English Female Text-to-speech (by Google)?

US English Female Text-to-speech (by Google) è un'estensione di Chrome sviluppata da http://chrome.google.com, e la sua funzione principale è "This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione US English Female Text-to-speech (by Google)

Scarica i file di estensione US English Female Text-to-speech (by Google) 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

                        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.                    

Informazioni di Base sull'Estensione

Nome US English Female Text-to-speech (by Google) US English Female Text-to-speech (by Google)
ID pkidpnnapnfgjhfhkpmjpbckkbaodldb
URL Ufficiale https://chrome.google.com/webstore/detail/pkidpnnapnfgjhfhkpmjpbckkbaodldb
Descrizione This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.
Dimensione del File 25.21 MB
Conteggio Installazioni 124,279
Versione Corrente 2.2
Ultimo Aggiornamento 2017-02-08
Data di Pubblicazione 2017-02-08
Valutazione 2.51/5 Totale 212 Valutazioni
Sviluppatore http://chrome.google.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://policies.google.com/privacy?hl=en
Lingue Supportate 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"
}