My Heading6 Checker Firefox

Examine source code of My Heading6 Checker

Inspect and view changes in My Heading6 Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "H6 Checker",
  "version": "1.0",
  "description": "Highlight all H6 headings on a webpage.",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4e7c5aa4-f153-44aa-86f1-f89b8b79479d}"
    }
  }
}

Best My Heading6 Checker Alternatives

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