By: George Raptis Add-on
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:
DevTools z-index
Ginpei / ギンペイ
z-context
y1n0
ZIndexMap
vuqik
CSS Grid Visualizer
Melan
Page Element Inspector
Tailor Wood Haven
StackOrder
vuqik
showHTML
freginold
Css Layout Hack
WW88
Layout Debugger
CakhiaTV
Page Element Inspector
Vinhomescangiotpr
à la mode
annoying-fish
CSS Stacking Context inspector
Andrea Dragotta