Type Assist
Auto suggests words when you are typing. Just like on mobile
Apa itu Type Assist?
Type Assist adalah ekstensi Chrome yang dikembangkan oleh madhavanmalolan, dan fitur utamanya adalah "Auto suggests words when you are typing. Just like on mobile".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Type Assist
Unduh file ekstensi Type Assist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Type Assist |
ID | fjbbgifgieaichclomgpdofnmecefgpl |
URL Resmi | https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl |
Deskripsi | Auto suggests words when you are typing. Just like on mobile |
Ukuran File | 46.06 KB |
Jumlah Instalasi | 169 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-09-12 |
Tanggal Publikasi | 2017-09-12 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | madhavanmalolan |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/ |
Bahasa yang Didukung | 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" ] } ] } |