Type Assist

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

¿Qué es Type Assist?

Type Assist es una extensión de Chrome desarrollada por madhavanmalolan, y su función principal es "Auto suggests words when you are typing. Just like on mobile".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Type Assist

Descarga archivos de extensión Type Assist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Type Assist Type Assist
ID fjbbgifgieaichclomgpdofnmecefgpl
URL Oficial https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl
Descripción Auto suggests words when you are typing. Just like on mobile
Tamaño del Archivo 46.06 KB
Cantidad de Instalaciones 169
Versión Actual 1.0
Última Actualización 2017-09-12
Fecha de Publicación 2017-09-12
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador madhavanmalolan
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/
Idiomas Soportados 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"
            ]
        }
    ]
}