Type Autosuggest

Type Autosuggest

Install this extension to get suggestions for the word you are typing anywhere on the web. You can use the suggestions to autocomplete with simple keyboard shortcuts! Inspired by mobile keyboards. We don't track what you type!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Type Assist",
  "version": "1.1resigned1",
  "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"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2c7e424f-063c-4578-bdd1-581ec4db8112}"
    }
  }
}