Layout Debugger

Easily remove bugs from your layouts.

Cos'è Layout Debugger?

Layout Debugger è un'estensione di Chrome sviluppata da Ion Suman, e la sua funzione principale è "Easily remove bugs from your layouts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Layout Debugger

Scarica i file di estensione Layout Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Layout Debugger Layout Debugger
ID ajphijbpegmfhibhlhfkjdhkjbgbpdip
URL Ufficiale https://chromewebstore.google.com/detail/layout-debugger/ajphijbpegmfhibhlhfkjdhkjbgbpdip
Descrizione Easily remove bugs from your layouts.
Dimensione del File 23.85 KB
Conteggio Installazioni 72
Versione Corrente 1.2.0
Ultimo Aggiornamento 2018-12-12
Data di Pubblicazione 2018-12-12
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore Ion Suman
Tipo di Pagamento free
Lingue Supportate 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": [
        ""
    ]
}