DevTools z-index
Print all elements with z-index sorted by that number.
Co to jest DevTools z-index?
DevTools z-index to rozszerzenie Chrome opracowane przez ginpei, a jego główną funkcją jest „Print all elements with z-index sorted by that number.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DevTools z-index
Pobierz pliki rozszerzeń DevTools z-index w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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` !! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bcnpmhefiohkpmjacfoanhbjhikegmoe |
| Oficjalny URL | https://chromewebstore.google.com/detail/devtools-z-index/bcnpmhefiohkpmjacfoanhbjhikegmoe |
| Opis | Print all elements with z-index sorted by that number. |
| Rozmiar pliku | 20.82 KB |
| Liczba instalacji | 9,860 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2022-07-06 |
| Data Publikacji | 2019-09-04 |
| Ocena | 3.54/5 Łącznie 13 Oceny |
| Deweloper | ginpei |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |