DOM Treemap
Helps you explore the distribution of DOM nodes in the document tree.
O que é DOM Treemap?
DOM Treemap é uma extensão do Chrome desenvolvida por https://schepp.dev, e sua principal característica é "Helps you explore the distribution of DOM nodes in the document tree.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DOM Treemap
Baixe arquivos de extensão DOM Treemap no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | DOM Treemap |
ID | albnoggfgnooeefdjpncieecohhblonh |
URL Oficial | https://chromewebstore.google.com/detail/dom-treemap/albnoggfgnooeefdjpncieecohhblonh |
Descrição | Helps you explore the distribution of DOM nodes in the document tree. |
Tamanho do Arquivo | 148 KB |
Contagem de Instalações | 1,673 |
Versão Atual | 1.1.1 |
Última Atualização | 2021-06-30 |
Data de Publicação | 2021-06-24 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://schepp.dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [] } |