Selected text to speech
With this extension, you can speech to the selected text.
Selected text to speechคืออะไร?
Selected text to speech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://funfuni.com และคุณลักษณะหลักของมันคือ "With this extension, you can speech to the selected text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selected text to speech
ดาวน์โหลดไฟล์ส่วนขยาย Selected text to speech ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Selected text to speech |
ID | apcoiakmgopgbglbpfhaibglboldbaep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep |
คำอธิบาย | With this extension, you can speech to the selected text. |
ขนาดไฟล์ | 15.43 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-01-27 |
วันที่เผยแพร่ | 2022-01-27 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://funfuni.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.funfuni.com/ |
URL หน้าช่วยเหลือ | https://funfuni.com/contact-us/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.funfuni.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "author": "Funfuni.com", "name": "Selected text to speech", "description": "With this extension, you can speech to the selected text.", "manifest_version": 3, "version": "1.0", "action": { "default_icon": { "128": "icon.png" } }, "icons": { "128": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "contextMenus", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |