Type Assist

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

Vad är Type Assist?

Type Assist är en Chrome-tillägg utvecklad av madhavanmalolan, och dess huvudfunktion är "Auto suggests words when you are typing. Just like on mobile".

Tilläggsskärmbilder

screenshot

Ladda ner Type Assist-förlängningens CRX-fil

Ladda ner Type Assist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Type Assist Type Assist
ID fjbbgifgieaichclomgpdofnmecefgpl
Officiell webbadress https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl
Beskrivning Auto suggests words when you are typing. Just like on mobile
Filstorlek 46.06 KB
Antal Installationer 169
Aktuell Version 1.0
Senast Uppdaterad 2017-09-12
Publiceringsdatum 2017-09-12
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare madhavanmalolan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/
Stödda Språk 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"
            ]
        }
    ]
}