Type Assist

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

Wat is Type Assist?

Type Assist is een Chrome-extensie ontwikkeld door madhavanmalolan, en de belangrijkste functie is "Auto suggests words when you are typing. Just like on mobile".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Type Assist

Download Type Assist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Type Assist Type Assist
ID fjbbgifgieaichclomgpdofnmecefgpl
Officiële URL https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl
Beschrijving Auto suggests words when you are typing. Just like on mobile
Bestandsgrootte 46.06 KB
Aantal Installaties 169
Huidige Versie 1.0
Laatst Bijgewerkt 2017-09-12
Publicatiedatum 2017-09-12
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar madhavanmalolan
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/
Ondersteunde Talen 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"
            ]
        }
    ]
}