DOM Size Inspector

Tools to identify DOM bloat - unnecessary DOM nodes, deeply-nested elements, etc.

Cos'è DOM Size Inspector?

DOM Size Inspector è un'estensione di Chrome sviluppata da swese44, e la sua funzione principale è "Tools to identify DOM bloat - unnecessary DOM nodes, deeply-nested elements, etc.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DOM Size Inspector

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

                        Visually highlights deep DOM elements, elements with 1 child, empty elements and elements without classes. Shows total DOM node count and max node depth.                    

Informazioni di Base sull'Estensione

Nome DOM Size Inspector DOM Size Inspector
ID akaionidnagpoippeififmdblfihmjnb
URL Ufficiale https://chromewebstore.google.com/detail/dom-size-inspector/akaionidnagpoippeififmdblfihmjnb
Descrizione Tools to identify DOM bloat - unnecessary DOM nodes, deeply-nested elements, etc.
Dimensione del File 30.5 KB
Conteggio Installazioni 221
Versione Corrente 0.0.2
Ultimo Aggiornamento 2020-08-11
Data di Pubblicazione 2020-08-03
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore swese44
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DOM Size Inspector",
    "version": "0.0.2",
    "description": "Tools to identify DOM bloat - unnecessary DOM nodes, deeply-nested elements, etc.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "devtools_page": "devtools.html",
    "permissions": [
        ""
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 2
}