EasySpeak
This extension will allow users to speak into the website, a new way to interact.
EasySpeakคืออะไร?
EasySpeak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jsbbvk และคุณลักษณะหลักของมันคือ "This extension will allow users to speak into the website, a new way to interact."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasySpeak
ดาวน์โหลดไฟล์ส่วนขยาย EasySpeak ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Visit our website: www.easyspeak.tech This extension will allow you to transform your speech into text that is placed into text areas. Instuctions: Simply select a text field and start the voice recognition to see the magic unfold. Commands: - 'clear slate' - 'delete word' - 'new paragraph' - "Open" + (valid url) - "Buy" + (item queries) - "Search" + (anything) - "Solve" + (anything) - "What is" + (anything) - "Play video" + (anything)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EasySpeak |
ID | ddjlgapaflfbkfndnhlehildjhegeomk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easyspeak/ddjlgapaflfbkfndnhlehildjhegeomk |
คำอธิบาย | This extension will allow users to speak into the website, a new way to interact. |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2018-04-26 |
วันที่เผยแพร่ | 2018-04-25 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | jsbbvk |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasySpeak", "description": "This extension will allow users to speak into the website, a new way to interact.", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "background": [ { "scripts": [ "background.js" ] } ], "content_scripts": [ { "matches": [ " |