z-index visualizer Firefox

Examine source code of z-index visualizer

Inspect and view changes in z-index visualizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Visualize elements with z-index CSS property.",
  "manifest_version": 2,
  "name": "z-index visualizer",
  "version": "1.0",
  "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/open-my-page-button",
  "icons": {
    "32": "icons/icon.svg"
  },
  "page_action": {
    "default_icon": "icons/z-index-visualizer-off.svg",
    "default_title": "z-index visualizer"
  },
  "background": {
    "scripts": [
      "background_scripts/index.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0"
    }
  }
}

Best z-index visualizer Alternatives

Here are some Firefox add-ons that are similar to z-index visualizer: