DOM Treemap

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

Τι είναι το DOM Treemap;

Το DOM Treemap είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://schepp.dev, και η κύρια λειτουργία του είναι "Helps you explore the distribution of DOM nodes in the document tree.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης DOM Treemap

Λήψη αρχείων επέκτασης DOM Treemap σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DOM Treemap DOM Treemap
ID albnoggfgnooeefdjpncieecohhblonh
Επίσημο URL https://chromewebstore.google.com/detail/dom-treemap/albnoggfgnooeefdjpncieecohhblonh
Περιγραφή Helps you explore the distribution of DOM nodes in the document tree.
Μέγεθος Αρχείου 148 KB
Αριθμός Εγκαταστάσεων 1,673
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2021-06-30
Ημερομηνία Δημοσίευσης 2021-06-24
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://schepp.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": []
}