Heading Tag Markup Firefox

Examine source code of Heading Tag Markup

Inspect and view changes in Heading Tag Markup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Heading Tag Markup",
  "version": "1.4resigned1",
  "manifest_version": 2,
  "description": "This extension visual highlights the h-Tag on every page.",
  "permissions": [
    "https://*/*",
    "http://*/*",
    "tabs",
    "storage"
  ],
  "icons": {
    "128": "data/h-tag.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "data/heading.js"
      ],
      "css": [
        "data/heading.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "data/popup.html",
    "default_title": "Heading Tag Settings"
  },
  "applications": {
    "gecko": {
      "id": "info@webreload.de"
    }
  }
}

Best Heading Tag Markup Alternatives

Here are some Firefox add-ons that are similar to Heading Tag Markup: