Element to LLM Prompt Context Firefox

Examine source code of Element to LLM Prompt Context

By: KaimanC Add-on
Inspect and view changes in Element to LLM Prompt Context source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Element to LLM Prompt Context",
  "version": "0.1.0",
  "description": "Point at an element, add a note, and copy sanitized DOM context as Markdown to paste into an LLM coding assistant. Local only.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "96": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "action": {
    "default_title": "Element to LLM Prompt Context",
    "default_icon": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "kaimanc@dev",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Element to LLM Prompt Context Alternatives

Here are some Firefox add-ons that are similar to Element to LLM Prompt Context: