Toggle CSS outline Firefox

Examine source code of Toggle CSS outline

Inspect and view changes in Toggle CSS outline source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toggle CSS outline",
  "version": "1.1",
  "description": "Simple extension that toggles a red outline around all elements in a page on/off, useful for CSS debugging.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icon.png"
    },
    "default_title": "Toggle CSS Outline"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{11861469-39a2-4bb0-8bd8-47c67ae3de52}"
    }
  }
}

Meilleures alternatives Toggle CSS outline

Voici quelques Firefox add-ons qui sont similaires à Toggle CSS outline :