Text speaker
Pronounce selected text
Text speakerคืออะไร?
Text speaker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aliaksei Kirpichenka และคุณลักษณะหลักของมันคือ "Pronounce selected text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text speaker
ดาวน์โหลดไฟล์ส่วนขยาย Text speaker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension is designed to pronounce selected text, which can be helpful to people who struggles with eyesight, read small-size text, doing 2 deals at the same time (like listening some text and writing email). You would need to: - select text you want to pronounce - put your mouth in this area - right click - Pronounce If you want to stop speech, you can do it at anytime by right-clicking on any other place (except selected area) > Stop speech Additional functionalities that are available: change voices (that are available for your operating system), adjust enqueue, pitch, rate and volume.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Text speaker |
ID | gcddknjhchnhegfnekbokipolcncpemi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/text-speaker/gcddknjhchnhegfnekbokipolcncpemi |
คำอธิบาย | Pronounce selected text |
ขนาดไฟล์ | 50.08 KB |
จำนวนการติดตั้ง | 267 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-05-04 |
วันที่เผยแพร่ | 2022-05-03 |
ผู้พัฒนา | Aliaksei Kirpichenka |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Text speaker", "description": "Pronounce selected text", "version": "1.0", "action": { "default_popup": "popup.html" }, "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tts", "storage", "contextMenus" ] } |