Type Assist

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

什么是Type Assist?

Type Assist是由madhavanmalolan开发的Chrome扩展程序,该扩展的主要功能是“Auto suggests words when you are typing. Just like on mobile”。

扩展截图

screenshot

下载Type Assist扩展crx文件

下载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"
            ]
        }
    ]
}