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”。
擴展截圖
下載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 |
ID | fjbbgifgieaichclomgpdofnmecefgpl |
官方網址 | 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" ] } ] } |