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.
什麼是US English Female Text-to-speech (by Google)?
US English Female Text-to-speech (by Google)是由http://chrome.google.com開發的Chrome擴展程式,該擴展的主要功能是“This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.”。
擴展截圖
下載US English Female Text-to-speech (by Google)擴展crx文件
下載US English Female Text-to-speech (by Google)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | pkidpnnapnfgjhfhkpmjpbckkbaodldb |
官方網址 | https://chrome.google.com/webstore/detail/pkidpnnapnfgjhfhkpmjpbckkbaodldb |
簡介 | This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology. |
檔案大小 | 25.21 MB |
安裝次數 | 124,279 |
目前版本 | 2.2 |
更新時間 | 2017-02-08 |
上架時間 | 2017-02-08 |
評分 | 2.51/5 共 212 次評分 |
開發者 | http://chrome.google.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://policies.google.com/privacy?hl=en |
支援的語言 | 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" } |