DOM Treemap
Helps you explore the distribution of DOM nodes in the document tree.
Qu'est-ce que DOM Treemap ?
DOM Treemap est une extension Chrome développée par https://schepp.dev, et sa fonction principale est "Helps you explore the distribution of DOM nodes in the document tree.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DOM Treemap
Téléchargez les fichiers d'extension DOM Treemap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DOM Treemap |
ID | albnoggfgnooeefdjpncieecohhblonh |
URL Officiel | https://chromewebstore.google.com/detail/dom-treemap/albnoggfgnooeefdjpncieecohhblonh |
Description | Helps you explore the distribution of DOM nodes in the document tree. |
Taille du Fichier | 148 KB |
Nombre d'Installations | 1,673 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2021-06-30 |
Date de Publication | 2021-06-24 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://schepp.dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |