Common Mistakes Spotter Firefox

Examine source code of Common Mistakes Spotter

Inspect and view changes in Common Mistakes Spotter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Common Mistakes Spotter",
  "version": "1.0",
  "description": "Detect common grammar errors on web pages.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{eb8d7dda-bbf1-4091-858a-37cb5af08806}"
    }
  }
}

Best Common Mistakes Spotter Alternatives

Here are some Firefox add-ons that are similar to Common Mistakes Spotter: