StyleTrace Firefox

Examine source code of StyleTrace

Inspect and view changes in StyleTrace source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StyleTrace",
  "version": "1.0",
  "description": "A cyberpunk-inspired extension for web developers to trace and toggle CSS classes on webpage elements, featuring a neon cyan-orange interface with glitch animations.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{80739007-d455-4396-be2a-6ca1877eba91}"
    }
  }
}

Best StyleTrace Alternatives

Here are some Firefox add-ons that are similar to StyleTrace: