Site DOM Tree

Quickly analyze a website's DOM tree

什么是Site DOM Tree?

Site DOM Tree是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Quickly analyze a website's DOM tree”。

扩展截图

screenshot

下载Site DOM Tree扩展crx文件

下载Site DOM Tree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Site DOM Tree Site DOM Tree
ID heflndjaabdpflafhdboiijhahgmffch
官方URL https://chromewebstore.google.com/detail/site-dom-tree/heflndjaabdpflafhdboiijhahgmffch
简介 Quickly analyze a website's DOM tree
文件大小 88.35 KB
安装次数 365
当前版本 1.0
更新时间 2018-04-13
上架时间 2018-04-13
评分 4.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 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"
    }
}