ConText for LLMs Firefox

Examine source code of ConText for LLMs

By: FABRIC Add-on
Inspect and view changes in ConText for LLMs source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ConText for LLMs",
  "short_name": "ConText",
  "version": "1.0.2",
  "description": "Rich text toolbar for LLMs — compose structured prompts with formatting, code, and LaTeX.",
  "browser_specific_settings": {
    "gecko": {
      "id": "artifact-for-claude@claude.ai",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "vendor/katex/katex.min.js",
        "utils/platform.js",
        "utils/dom.js",
        "utils/api.js",
        "content/editor.js",
        "content/inserter.js",
        "content/toolbar.js",
        "content/context.js",
        "content/observer.js",
        "content/index.js"
      ],
      "css": [
        "styles/toolbar.css",
        "styles/editor.css",
        "vendor/katex/katex.min.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/icons/buttons/*",
        "assets/icons/*",
        "vendor/katex/katex.min.js",
        "vendor/katex/katex.min.css",
        "vendor/katex/fonts/*"
      ],
      "matches": [
        "https://claude.ai/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup/index.html",
    "default_title": "ConText",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "128": "assets/icons/icon128.png"
    }
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  }
}

Best ConText for LLMs Alternatives

Here are some Firefox add-ons that are similar to ConText for LLMs: