Speak It
Speak It app converts text into speech. Select text > Speak it
Speak Itคืออะไร?
Speak It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Online Apps และคุณลักษณะหลักของมันคือ "Speak It app converts text into speech. Select text > Speak it"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speak It
ดาวน์โหลดไฟล์ส่วนขยาย Speak It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages. How to use: 1) select words or paragraphs 2) right click on this text 3) click Speak It to confirm in the context menu Features: Languages - English, German, Spanish, French, Portuguese, Russian Rate Pitch Volume
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Speak It |
ID | amcnjejmdfilapnnfgnhnidhkififadk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk |
คำอธิบาย | Speak It app converts text into speech. Select text > Speak it |
ขนาดไฟล์ | 162 KB |
จำนวนการติดตั้ง | 72,668 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2022-12-19 |
วันที่เผยแพร่ | 2020-06-02 |
คะแนน | 2.53/5 รวมทั้งหมด 72 คะแนน |
ผู้พัฒนา | Online Apps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.e-players.net/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Speak It", "description": "Speak It app converts text into speech. Select text > Speak it", "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "contextMenus", "tts", "storage" ], "action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |