DOM Treemap
Helps you explore the distribution of DOM nodes in the document tree.
Wat is DOM Treemap?
DOM Treemap is een Chrome-extensie ontwikkeld door https://schepp.dev, en de belangrijkste functie is "Helps you explore the distribution of DOM nodes in the document tree.".
Extensie Screenshots
Download het CRX-bestand van de extensie DOM Treemap
Download DOM Treemap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | DOM Treemap |
ID | albnoggfgnooeefdjpncieecohhblonh |
Officiële URL | https://chromewebstore.google.com/detail/dom-treemap/albnoggfgnooeefdjpncieecohhblonh |
Beschrijving | Helps you explore the distribution of DOM nodes in the document tree. |
Bestandsgrootte | 148 KB |
Aantal Installaties | 1,673 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2021-06-30 |
Publicatiedatum | 2021-06-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://schepp.dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |