DOM Treemap
Helps you explore the distribution of DOM nodes in the document tree.
DOM Treemap là gì?
DOM Treemap là một tiện ích mở rộng Chrome được phát triển bởi https://schepp.dev, và tính năng chính của nó là "Helps you explore the distribution of DOM nodes in the document tree.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DOM Treemap
Tải xuống các tệp mở rộng DOM Treemap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DOM Treemap |
ID | albnoggfgnooeefdjpncieecohhblonh |
URL Chính Thức | https://chromewebstore.google.com/detail/dom-treemap/albnoggfgnooeefdjpncieecohhblonh |
Mô tả | Helps you explore the distribution of DOM nodes in the document tree. |
Kích Thước Tệp | 148 KB |
Số Lần Cài Đặt | 1,673 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2021-06-30 |
Ngày Phát Hành | 2021-06-24 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://schepp.dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |