Style Detector Firefox

Examine source code of Style Detector

Inspect and view changes in Style Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "detector",
  "description": "Inspect and change styles (color, font, etc..) of any DOM element with one click..",
  "version": "2.0.3",
  "icons": {
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "browser_action": {
    "default_title": "detector",
    "default_popup": "popup.html",
    "browser_style": true
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Style Detector Alternatives

Here are some Firefox add-ons that are similar to Style Detector: