DOM Treemap

Helps you explore the distribution of DOM nodes in the document tree.

Cos'è DOM Treemap?

DOM Treemap è un'estensione di Chrome sviluppata da https://schepp.dev, e la sua funzione principale è "Helps you explore the distribution of DOM nodes in the document tree.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DOM Treemap

Scarica i file di estensione DOM Treemap 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

                        After a Google Lighthouse audit complaining an excessive DOM size, have you ever wondered in which corner of your document most DOM nodes are buried? Neither Lighthouse nor the Devtools themselves help finding those areas.

That's what DOM Treemap is for. It extends your Devtools Elements tab with an additional pane which visualizes the distribution of node descendants of the currently inspected DOM element. This makes it easy for you drill down your DOM and to locate all those hidden the node heavy parts.

On top of that there is an extra tab for all those BEM affiniciados which visualizes via yet another treemap how node intensive your different BEM component are in average.                    

Informazioni di Base sull'Estensione

Nome DOM Treemap DOM Treemap
ID albnoggfgnooeefdjpncieecohhblonh
URL Ufficiale https://chromewebstore.google.com/detail/dom-treemap/albnoggfgnooeefdjpncieecohhblonh
Descrizione Helps you explore the distribution of DOM nodes in the document tree.
Dimensione del File 148 KB
Conteggio Installazioni 1,673
Versione Corrente 1.1.1
Ultimo Aggiornamento 2021-06-30
Data di Pubblicazione 2021-06-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://schepp.dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "DOM Treemap",
    "version": "1.1.1",
    "description": "Helps you explore the distribution of DOM nodes in the document tree.",
    "devtools_page": "devtools.html",
    "permissions": []
}