Site DOM Tree

Quickly analyze a website's DOM tree

What is Site DOM Tree?

Site DOM Tree is a Chrome extension developed by Unknown, and its main feature is "Quickly analyze a website's DOM tree".

Extension Screenshots

screenshot

Download Site DOM Tree Extension CRX File

Download Site DOM Tree 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

                        Quickly preview any website's DOM tree in a chart using Highcharts.js. Also displays the number of node elements and the depth of every element.                    

Extension Basic Information

Name Site DOM Tree Site DOM Tree
ID heflndjaabdpflafhdboiijhahgmffch
Official URL https://chromewebstore.google.com/detail/site-dom-tree/heflndjaabdpflafhdboiijhahgmffch
Description Quickly analyze a website's DOM tree
File Size 88.35 KB
Installation Count 365
Current Version 1.0
Last Updated 2018-04-13
Publish Date 2018-04-13
Rating 4.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site DOM Tree",
    "version": "1.0",
    "description": "Quickly analyze a website's DOM tree",
    "author": "Gregory Dalton",
    "icons": {
        "128": "logo_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo_32.png"
    }
}