DOM Treemap

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

DOM Treemap क्या है?

DOM Treemap https://schepp.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you explore the distribution of DOM nodes in the document tree."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DOM Treemap एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
}