HTML, CSS, JS Validator Firefox

Examine source code of HTML, CSS, JS Validator

Inspect and view changes in HTML, CSS, JS Validator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTML, CSS, JS Validator",
  "version": "1.0",
  "description": "The utility checks and fixes HTML, CSS, and JavaScript errors on websites.",
  "permissions": [
    "activeTab",
    "storage",
    "webRequest",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f223316d-6ee6-4af8-a2ed-c9afcb1a8de5}"
    }
  }
}

Mejores alternativas HTML, CSS, JS Validator

Aquí hay algunas Firefox add-ons que son similares a HTML, CSS, JS Validator: