Css Debug with Pesticide CSS Firefox

Examine source code of Css Debug with Pesticide CSS

By: Rob
Inspect and view changes in Css Debug with Pesticide CSS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSS Debug with Pesticide",
  "description": "Toggle outlines on all elements to help debug CSS",
  "version": "0.0.13",
  "short_name": "CSS Pesticide",
  "icons": {
    "16": "icon/16.png",
    "24": "icon/24.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "developer": {
    "name": "Rob Lloveras",
    "url": "https://bsky.app/profile/lloveras.info"
  },
  "homepage_url": "https://github.com/Sensiblemnd/css-debug",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3ae3170b-aa22-4765-a16e-89fc3c38efd9}"
    }
  }
}

Best Css Debug with Pesticide CSS Alternatives

Here are some Firefox add-ons that are similar to Css Debug with Pesticide CSS: