Type Assist
Auto suggests words when you are typing. Just like on mobile
Type Assistคืออะไร?
Type Assist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย madhavanmalolan และคุณลักษณะหลักของมันคือ "Auto suggests words when you are typing. Just like on mobile"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Type Assist
ดาวน์โหลดไฟล์ส่วนขยาย Type Assist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We all miss the mobile keyboard's auto suggest feature when we use our desktop or laptop. This is a simple extension to bridge that gap! Get suggestions for words in real time when you type! You can use the mouse to select the word you want to use or use the shortcuts : CTRL + M : to select the first option CTRL + < : to select the second option CTRL + > : to select the third option Typing on the web has never been easier! Cheers
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Type Assist |
ID | fjbbgifgieaichclomgpdofnmecefgpl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl |
คำอธิบาย | Auto suggests words when you are typing. Just like on mobile |
ขนาดไฟล์ | 46.06 KB |
จำนวนการติดตั้ง | 169 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-09-12 |
วันที่เผยแพร่ | 2017-09-12 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | madhavanmalolan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Type Assist", "version": "1.0", "description": "Auto suggests words when you are typing. Just like on mobile", "homepage_url": "http:\/\/madhavanmalolan.com\/blog\/index.php\/2017\/09\/12\/an-autosuggest-helper-for-browsers-just-like-mobile\/", "icons": { "64": "icons\/icon-typeassist-64.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "typeassist.js" ] } ] } |