Type Assist
Auto suggests words when you are typing. Just like on mobile
Cos'è Type Assist?
Type Assist è un'estensione di Chrome sviluppata da madhavanmalolan, e la sua funzione principale è "Auto suggests words when you are typing. Just like on mobile".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Type Assist
Scarica i file di estensione Type Assist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Type Assist |
ID | fjbbgifgieaichclomgpdofnmecefgpl |
URL Ufficiale | https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl |
Descrizione | Auto suggests words when you are typing. Just like on mobile |
Dimensione del File | 46.06 KB |
Conteggio Installazioni | 169 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-09-12 |
Data di Pubblicazione | 2017-09-12 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | madhavanmalolan |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/ |
Lingue Supportate | 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" ] } ] } |