DOM Comments Viewer Firefox

Examine source code of DOM Comments Viewer

Inspect and view changes in DOM Comments Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DOM Comments Viewer",
  "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": "{c70cda48-c798-4aa6-a3a6-ec9cea42d94f}",
      "strict_min_version": "78.0"
    }
  }
}

Best DOM Comments Viewer Alternatives

Here are some Firefox add-ons that are similar to DOM Comments Viewer: