Type Assist

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

Was ist Type Assist?

Type Assist ist eine Chrome-Erweiterung, die von madhavanmalolan entwickelt wurde, und ihr Hauptmerkmal ist "Auto suggests words when you are typing. Just like on mobile".

Erweiterungsscreenshots

screenshot

Type Assist-Erweiterungs-CRX-Datei herunterladen

Laden Sie Type Assist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Type Assist Type Assist
ID fjbbgifgieaichclomgpdofnmecefgpl
Offizielle URL https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl
Beschreibung Auto suggests words when you are typing. Just like on mobile
Dateigröße 46.06 KB
Installationsanzahl 169
Aktuelle Version 1.0
Letztes Update 2017-09-12
Veröffentlichungsdatum 2017-09-12
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler madhavanmalolan
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/
Unterstützte Sprachen 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"
            ]
        }
    ]
}