Talk & Write
A listening notepad
Talk & Writeคืออะไร?
Talk & Write เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.extendbrowser.com และคุณลักษณะหลักของมันคือ "A listening notepad"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Talk & Write
ดาวน์โหลดไฟล์ส่วนขยาย Talk & Write ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"TALK & WRITE" for Chrome browser.
Reduce typing time with this voice recognition extension.
Talk & Write" is an extension for Chrome browser that helps you type text using your voice. Read a text content and it will be typed to a notepad where you can edit it as you like.
"Talk & Write" purpose is to digitize a text document by reading it, through a simple interface.
For better results, use a headset or an external microphone.
Powered by Google's Web Speech API. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | aoccbmdngdnaepdoonchccpgloegkhid |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/talk-write/aoccbmdngdnaepdoonchccpgloegkhid |
| คำอธิบาย | A listening notepad |
| ขนาดไฟล์ | 41.23 KB |
| จำนวนการติดตั้ง | 10,000 |
| เวอร์ชันปัจจุบัน | 1.0.1 |
| อัปเดตครั้งล่าสุด | 2023-08-29 |
| วันที่เผยแพร่ | 2020-02-11 |
| คะแนน | 4.44/5 รวมทั้งหมด 39 คะแนน |
| ผู้พัฒนา | https://www.extendbrowser.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.extendbrowser.com/talkandwrite.html |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.extendbrowser.com/privacy_policy.html |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Talk & Write",
"description": "A listening notepad",
"icons": {
"16": "speakingHead16.png",
"32": "speakingHead32.png",
"48": "speakingHead48.png",
"128": "speakingHead128.png"
},
"version": "1.0.1",
"author": "George Zotos",
"action": {
"default_icon": "speakingHead48.png",
"default_title": "Talk & Write"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/www.extendbrowser.com\/*"
]
} | |