Typo Reporter Firefox

Examine source code of Typo Reporter

Inspect and view changes in Typo Reporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Typo Reporter",
  "version": "1.0",
  "description": "Report typos or factual errors in articles",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "options_ui": {
    "page": "settings.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ceabba69-b725-43d0-914f-6db9a0b62610}"
    }
  }
}

Best Typo Reporter Alternatives

Here are some Firefox add-ons that are similar to Typo Reporter: