DOM Size Inspector

Tools to identify DOM bloat - unnecessary DOM nodes, deeply-nested elements, etc.

DOM Size Inspectorとは何ですか?

DOM Size Inspectorはswese44によって開発されたChromeの拡張機能で、その主な機能は「Tools to identify DOM bloat - unnecessary DOM nodes, deeply-nested elements, etc.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Visually highlights deep DOM elements, elements with 1 child, empty elements and elements without classes. Shows total DOM node count and max node depth.                    

拡張機能の基本情報

名前 DOM Size Inspector DOM Size Inspector
ID akaionidnagpoippeififmdblfihmjnb
公式URL https://chromewebstore.google.com/detail/dom-size-inspector/akaionidnagpoippeififmdblfihmjnb
説明 Tools to identify DOM bloat - unnecessary DOM nodes, deeply-nested elements, etc.
ファイルサイズ 30.5 KB
インストール数 221
現在のバージョン 0.0.2
最終更新日 2020-08-11
公開日 2020-08-03
評価 1.00/5 合計 1 レビュー
開発者 swese44
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DOM Size Inspector",
    "version": "0.0.2",
    "description": "Tools to identify DOM bloat - unnecessary DOM nodes, deeply-nested elements, etc.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "devtools_page": "devtools.html",
    "permissions": [
        ""
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 2
}