Website Commenter for Claude Code Firefox

Examine source code of Website Commenter for Claude Code

By: Niklas
Inspect and view changes in Website Commenter for Claude Code source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Website Commenter for Claude Code",
  "version": "0.3.3",
  "description": "Comment on DOM elements and send feedback directly to your local Claude Code session.",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "http://localhost/*",
    "http://127.0.0.1/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "website-commenter@wuffig-coding-solutions",
      "strict_min_version": "109.0"
    }
  }
}

Best Website Commenter for Claude Code Alternatives

Here are some Firefox add-ons that are similar to Website Commenter for Claude Code: