Simple Text To Speech
simple text-to-speech and text queue card readers for chrome
Simple Text To Speechคืออะไร?
Simple Text To Speech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matrix.nad และคุณลักษณะหลักของมันคือ "simple text-to-speech and text queue card readers for chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Text To Speech
ดาวน์โหลดไฟล์ส่วนขยาย Simple Text To Speech ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
a text-to-speech and queue card based reading tool for chrome. This extension lets you right click highlighted text and use text to speech in chrome browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gpknfndlfloaiankeelecjfpoedodgcg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg |
คำอธิบาย | simple text-to-speech and text queue card readers for chrome |
ขนาดไฟล์ | 592 KB |
จำนวนการติดตั้ง | 600 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2017-12-22 |
วันที่เผยแพร่ | 2017-12-22 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | matrix.nad |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://infinitet3ch.com/simple-tts-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Text To Speech", "version": "1.5", "description": "simple text-to-speech and text queue card readers for chrome", "permissions": [ "contextMenus", "storage", "tabs" ], "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "scripts.js" ] } ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |