Type Assist
Auto suggests words when you are typing. Just like on mobile
Hvad er Type Assist?
Type Assist er en Chrome-udvidelse udviklet af madhavanmalolan, og dens hovedfunktion er "Auto suggests words when you are typing. Just like on mobile".
Udvidelsesskærmbilleder
Download Type Assist-udvidelses-CRX-fil
Download Type Assist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Type Assist |
ID | fjbbgifgieaichclomgpdofnmecefgpl |
Officiel URL | https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl |
Beskrivelse | Auto suggests words when you are typing. Just like on mobile |
Filstørrelse | 46.06 KB |
Antal Installationer | 169 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-09-12 |
Udgivelsesdato | 2017-09-12 |
Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
Udvikler | madhavanmalolan |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/ |
Understøttede Sprog | 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" ] } ] } |