Type Assist

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

Qu'est-ce que Type Assist ?

Type Assist est une extension Chrome développée par madhavanmalolan, et sa fonction principale est "Auto suggests words when you are typing. Just like on mobile".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Type Assist

Téléchargez les fichiers d'extension Type Assist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Type Assist Type Assist
ID fjbbgifgieaichclomgpdofnmecefgpl
URL Officiel https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl
Description Auto suggests words when you are typing. Just like on mobile
Taille du Fichier 46.06 KB
Nombre d'Installations 169
Version Actuelle 1.0
Dernière Mise à Jour 2017-09-12
Date de Publication 2017-09-12
Évaluation 3.00/5 Total 1 Évaluations
Développeur madhavanmalolan
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/
Langues Prises en Charge 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"
            ]
        }
    ]
}