Simple CSS Viewer Firefox

Examine source code of Simple CSS Viewer

Inspect and view changes in Simple CSS Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple CSS Viewer",
  "version": "1.0.0",
  "description": "View computed CSS styles of elements directly in the browser.",
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "vained.e.lg.e.ni.o@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Simple CSS Viewer Alternatives

Here are some Firefox add-ons that are similar to Simple CSS Viewer: