Site DOM Tree

Quickly analyze a website's DOM tree

Site DOM Treeคืออะไร?

Site DOM Tree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Quickly analyze a website's DOM tree"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site DOM Tree

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}