Type Assist

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

Type Assist là gì?

Type Assist là một tiện ích mở rộng Chrome được phát triển bởi madhavanmalolan, và tính năng chính của nó là "Auto suggests words when you are typing. Just like on mobile".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Type Assist

Tải xuống các tệp mở rộng Type Assist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Type Assist Type Assist
ID fjbbgifgieaichclomgpdofnmecefgpl
URL Chính Thức https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl
Mô tả Auto suggests words when you are typing. Just like on mobile
Kích Thước Tệp 46.06 KB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-09-12
Ngày Phát Hành 2017-09-12
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển madhavanmalolan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}