Show HTML Comments Firefox

Examine source code of Show HTML Comments

Inspect and view changes in Show HTML Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Show HTML Comments",
  "version": "1.0",
  "description": "Displays all HTML comments (<!-- ... -->) on the current page.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_popup": "popup.html",
    "default_title": "Show HTML Comments"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ab49af8a-1d64-4c58-89fe-c8f77c776611}",
      "strict_min_version": "78.0"
    }
  }
}

Best Show HTML Comments Alternatives

Here are some Firefox add-ons that are similar to Show HTML Comments: