Type Assist

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

Co je Type Assist?

Type Assist je rozšíření Chrome vyvinuté madhavanmalolan, a jeho hlavní funkcí je „Auto suggests words when you are typing. Just like on mobile“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Type Assist

Stáhněte si soubory rozšíření Type Assist ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Type Assist Type Assist
ID fjbbgifgieaichclomgpdofnmecefgpl
Oficiální URL https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl
Popis Auto suggests words when you are typing. Just like on mobile
Velikost souboru 46.06 KB
Počet instalací 169
Aktuální Verze 1.0
Poslední Aktualizace 2017-09-12
Datum Vydání 2017-09-12
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář madhavanmalolan
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/
Podporované Jazyky 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"
            ]
        }
    ]
}