Talk to Type
Type to Talk can help you type with your voice. Forget typing forever.
Talk to Typeคืออะไร?
Talk to Type เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Codinglastnight และคุณลักษณะหลักของมันคือ "Type to Talk can help you type with your voice. Forget typing forever."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Talk to Type
ดาวน์โหลดไฟล์ส่วนขยาย Talk to Type ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This an amazing chrome plugin which will let you forget “Typing” forever. Why type anymore when you can just speak to your computer and it will type for you. Just allow microphone permission for the web page to enable this feature. Features: -Handles your typing with your voice. -Fasten up your content writing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jknlachcffnpbhepehiifoahpicoeafc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc |
คำอธิบาย | Type to Talk can help you type with your voice. Forget typing forever. |
ขนาดไฟล์ | 206 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2018-08-31 |
วันที่เผยแพร่ | 2018-08-31 |
คะแนน | 2.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Codinglastnight |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Talk to Type", "version": "0.0.0.1", "description": "Type to Talk can help you type with your voice. Forget typing forever.", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": ".\/icon\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "activeTab", "*:\/\/*.google.com\/" ], "icons": { "16": "\/icon\/icon16.png", "48": "\/icon\/icon48.png", "128": "\/icon\/icon128.png" } } |