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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://chrome.google.com และคุณลักษณะหลักของมันคือ "This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย US English Female Text-to-speech (by Google)
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |