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.
Apa itu US English Female Text-to-speech (by Google)?
US English Female Text-to-speech (by Google) adalah ekstensi Chrome yang dikembangkan oleh http://chrome.google.com, dan fitur utamanya adalah "This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi US English Female Text-to-speech (by Google)
Unduh file ekstensi US English Female Text-to-speech (by Google) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pkidpnnapnfgjhfhkpmjpbckkbaodldb |
URL Resmi | https://chrome.google.com/webstore/detail/pkidpnnapnfgjhfhkpmjpbckkbaodldb |
Deskripsi | This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology. |
Ukuran File | 25.21 MB |
Jumlah Instalasi | 124,279 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2017-02-08 |
Tanggal Publikasi | 2017-02-08 |
Penilaian | 2.51/5 Total 212 Penilaian |
Pengembang | http://chrome.google.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://policies.google.com/privacy?hl=en |
Bahasa yang Didukung | 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" } |