DOM Treemap
Helps you explore the distribution of DOM nodes in the document tree.
ما هو DOM Treemap؟
DOM Treemap هو إضافة Chrome تم تطويرها بواسطة https://schepp.dev، والميزة الرئيسية لها هي "Helps you explore the distribution of DOM nodes in the document tree.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DOM Treemap
قم بتنزيل ملفات الامتداد DOM Treemap بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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": [] } |