Text to Speech
Speak the Text provided in input field
Text to Speechคืออะไร?
Text to Speech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ankitkaura79 และคุณลักษณะหลักของมันคือ "Speak the Text provided in input field"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text to Speech
ดาวน์โหลดไฟล์ส่วนขยาย Text to Speech ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
คำอธิบาย | Speak the Text provided in input field |
ขนาดไฟล์ | 942 KB |
จำนวนการติดตั้ง | 116 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-03-19 |
วันที่เผยแพร่ | 2021-03-19 |
ผู้พัฒนา | ankitkaura79 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Speech", "description": "Speak the Text provided in input field", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |