Type Assist
Auto suggests words when you are typing. Just like on mobile
O que é Type Assist?
Type Assist é uma extensão do Chrome desenvolvida por madhavanmalolan, e sua principal característica é "Auto suggests words when you are typing. Just like on mobile".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Type Assist
Baixe arquivos de extensão Type Assist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Type Assist |
ID | fjbbgifgieaichclomgpdofnmecefgpl |
URL Oficial | https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl |
Descrição | Auto suggests words when you are typing. Just like on mobile |
Tamanho do Arquivo | 46.06 KB |
Contagem de Instalações | 169 |
Versão Atual | 1.0 |
Última Atualização | 2017-09-12 |
Data de Publicação | 2017-09-12 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | madhavanmalolan |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/ |
Idiomas Suportados | 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" ] } ] } |