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
Eメール [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"
            ]
        }
    ]
}