DevTools z-index
Print all elements with z-index sorted by that number.
What is DevTools z-index?
DevTools z-index is a Chrome extension developed by ginpei, and its main feature is "Print all elements with z-index sorted by that number.".
Extension Screenshots
Download DevTools z-index Extension CRX File
Download DevTools z-index extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds "z-index" pane to DevTools' Elements panel. It shows ranking of elements sorted by z-index value. This would help you to reduce z-index numbers.
Stop `z-index: 999999` !! Extension Basic Information
| Name | |
| ID | bcnpmhefiohkpmjacfoanhbjhikegmoe |
| Official URL | https://chromewebstore.google.com/detail/devtools-z-index/bcnpmhefiohkpmjacfoanhbjhikegmoe |
| Description | Print all elements with z-index sorted by that number. |
| File Size | 20.82 KB |
| Installation Count | 9,860 |
| Current Version | 1.1.0 |
| Last Updated | 2022-07-06 |
| Publish Date | 2019-09-04 |
| Rating | 3.54/5 Total 13 Ratings |
| Developer | ginpei |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DevTools z-index",
"version": "1.1.0",
"description": "Print all elements with z-index sorted by that number.",
"author": "Ginpei Takanashi",
"icons": {
"90": "icons\/icon-90.png"
},
"devtools_page": "devtools_page\/index.html"
} | |