Type Assist
Auto suggests words when you are typing. Just like on mobile
Τι είναι το Type Assist;
Το Type Assist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον madhavanmalolan, και η κύρια λειτουργία του είναι "Auto suggests words when you are typing. Just like on mobile".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Type Assist
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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" ] } ] } |