Layout Debugger
Easily remove bugs from your layouts.
Co to jest Layout Debugger?
Layout Debugger to rozszerzenie Chrome opracowane przez Ion Suman, a jego główną funkcją jest „Easily remove bugs from your layouts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Layout Debugger
Pobierz pliki rozszerzeń Layout Debugger 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
Outline all elements on your page to better see their placement and dimensions on the page.
- By default debugger is disabled, to enable it just click on extension's icon.
- Hold CTRL or CMD key and hover an element to see it's dimensions.
- Debugger stays enabled after page reloads until you disable it. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ajphijbpegmfhibhlhfkjdhkjbgbpdip |
| Oficjalny URL | https://chromewebstore.google.com/detail/layout-debugger/ajphijbpegmfhibhlhfkjdhkjbgbpdip |
| Opis | Easily remove bugs from your layouts. |
| Rozmiar pliku | 23.85 KB |
| Liczba instalacji | 72 |
| Aktualna Wersja | 1.2.0 |
| Ostatnia Aktualizacja | 2018-12-12 |
| Data Publikacji | 2018-12-12 |
| Ocena | 3.00/5 Łącznie 1 Oceny |
| Deweloper | Ion Suman |
| 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": "Layout Debugger",
"description": "Easily remove bugs from your layouts.",
"version": "1.2.0",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"browser_action": {
"default_title": "Layout Debugger",
"default_icon": {
"16": "icons\/16-disabled.png",
"24": "icons\/24-disabled.png",
"32": "icons\/32-disabled.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
" | |