Spell Checker Firefox

Examine source code of Spell Checker

By: Melker
Inspect and view changes in Spell Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SpellCheck Fixer",
  "version": "2.0",
  "description": "Quickly fix spelling mistakes with Ctrl+Space - Optimized for speed and accuracy.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "nspell-bundle.js",
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "nspell-bundle.js",
    "nspell-browser.js",
    "en_US.aff",
    "en_US.dic",
    "spellcheck_worker.js"
  ],
  "commands": {
    "fix-spelling": {
      "suggested_key": {
        "default": "Ctrl+Space"
      },
      "description": "Fix Spelling Mistake using keyboard shortcut in Firefox"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{82162bf2-ea84-41c1-828a-aa39a872f08a}"
    }
  }
}

Best Spell Checker Alternatives

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