(X)HTML5 Checker Firefox

Examine source code of (X)HTML5 Checker

Inspect and view changes in (X)HTML5 Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "(X)HTML5 Checker",
  "description": "A small extension to validate the markup of current webpage",
  "manifest_version": 2,
  "version": "0.0.4resigned1",
  "permissions": [
    "<all_urls>",
    "activeTab"
  ],
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "browser_action": {
    "default_title": "Validate this page's HTML",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icon_16.png",
      "128": "assets/icon_128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@xhtml5checker"
    }
  }
}

Best (X)HTML5 Checker Alternatives

Here are some Firefox add-ons that are similar to (X)HTML5 Checker: