Type Assist

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

Что такое Type Assist?

Type Assist - это расширение Chrome, разработанное madhavanmalolan, и его основная функция - "Auto suggests words when you are typing. Just like on mobile".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Type Assist

Скачайте файлы расширений Type Assist в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Type Assist Type Assist
ID fjbbgifgieaichclomgpdofnmecefgpl
Официальный URL https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl
Описание Auto suggests words when you are typing. Just like on mobile
Размер файла 46.06 KB
Количество установок 169
Текущая Версия 1.0
Последнее Обновление 2017-09-12
Дата публикации 2017-09-12
Рейтинг 3.00/5 Всего 1 оценок
Разработчик madhavanmalolan
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/
Поддерживаемые языки 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"
            ]
        }
    ]
}