DOM Treemap

Helps you explore the distribution of DOM nodes in the document tree.

DOM Treemapとは何ですか?

DOM Treemapはhttps://schepp.devによって開発されたChromeの拡張機能で、その主な機能は「Helps you explore the distribution of DOM nodes in the document tree.」です。

拡張機能のスクリーンショット

screenshot

DOM Treemap拡張機能のCRXファイルをダウンロード

DOM Treemap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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": []
}