Auto Spell Checker Language Switcher Firefox

Examine source code of Auto Spell Checker Language Switcher

Inspect and view changes in Auto Spell Checker Language Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Spell Checker Language Switcher",
  "description": "Automatically switches the spell check dictionary based on the detected language of text in input fields, ensuring accurate corrections without manual adjustments",
  "homepage_url": "https://github.com/kimsey0/FirefoxAutoDict",
  "version": "1.0",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon@2x.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lodash.throttle.js",
        "./autodict.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bd5be3cf-d599-4568-9e08-11878d9e2e7a}"
    }
  }
}

Best Auto Spell Checker Language Switcher Alternatives

Here are some Firefox add-ons that are similar to Auto Spell Checker Language Switcher: