DOM Size Inspector

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

What is DOM Size Inspector?

DOM Size Inspector is a Chrome extension developed by swese44, and its main feature is "Tools to identify DOM bloat - unnecessary DOM nodes, deeply-nested elements, etc.".

Extension Screenshots

screenshot
screenshot
screenshot

Download DOM Size Inspector Extension CRX File

Download DOM Size Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name DOM Size Inspector DOM Size Inspector
ID akaionidnagpoippeififmdblfihmjnb
Official URL https://chromewebstore.google.com/detail/dom-size-inspector/akaionidnagpoippeififmdblfihmjnb
Description Tools to identify DOM bloat - unnecessary DOM nodes, deeply-nested elements, etc.
File Size 30.5 KB
Installation Count 221
Current Version 0.0.2
Last Updated 2020-08-11
Publish Date 2020-08-03
Rating 1.00/5 Total 1 Ratings
Developer swese44
Email [email protected]
Payment Type free
Supported Languages 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
}