Type Assist

Auto suggests words when you are typing. Just like on mobile

What is Type Assist?

Type Assist is a Chrome extension developed by madhavanmalolan, and its main feature is "Auto suggests words when you are typing. Just like on mobile".

Extension Screenshots

screenshot

Download Type Assist Extension CRX File

Download Type Assist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Type Assist Type Assist
ID fjbbgifgieaichclomgpdofnmecefgpl
Official URL https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl
Description Auto suggests words when you are typing. Just like on mobile
File Size 46.06 KB
Installation Count 169
Current Version 1.0
Last Updated 2017-09-12
Publish Date 2017-09-12
Rating 3.00/5 Total 1 Ratings
Developer madhavanmalolan
Email [email protected]
Payment Type free
Extension Website http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/
Supported Languages 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"
            ]
        }
    ]
}