CSS Layout Helper

View layouts with varying degrees of depth for parent child relationship

Cos'è CSS Layout Helper?

CSS Layout Helper è un'estensione di Chrome sviluppata da mabel16113, e la sua funzione principale è "View layouts with varying degrees of depth for parent child relationship".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CSS Layout Helper

Scarica i file di estensione CSS Layout Helper 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

                        Toggle CSS to easily view a pages layout including margin, padding and parent > child relationships                    

Informazioni di Base sull'Estensione

Nome CSS Layout Helper CSS Layout Helper
ID dflgflfoojahngkbkjejopjpaljjncmj
URL Ufficiale https://chromewebstore.google.com/detail/css-layout-helper/dflgflfoojahngkbkjejopjpaljjncmj
Descrizione View layouts with varying degrees of depth for parent child relationship
Dimensione del File 5.12 KB
Conteggio Installazioni 31
Versione Corrente 1.0
Ultimo Aggiornamento 2019-09-10
Data di Pubblicazione 2019-09-08
Sviluppatore mabel16113
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Layout Helper",
    "version": "1.0",
    "description": "View layouts with varying degrees of depth for parent child relationship",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png"
    },
    "manifest_version": 2
}