Claude.ai Wide Code-Box Firefox

Examine source code of Claude.ai Wide Code-Box

By: Dan
Inspect and view changes in Claude.ai Wide Code-Box source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Claude.ai Wide Code-Box",
  "version": "1.2",
  "description": "Widens and re-centers code blocks with toggleable width control.",
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{b3a0cddf-e4e4-48b1-8275-9f8d7e9473a2}"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/chat/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "wide.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "wide.png",
    "96": "wide.png"
  }
}

Best Claude.ai Wide Code-Box Alternatives

Here are some Firefox add-ons that are similar to Claude.ai Wide Code-Box: