DOM-Analyzer

Analyzes the number of nodes, depth and size of your DOM for profiling, speed or SEO purposes.

DOM-Analyzerคืออะไร?

DOM-Analyzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cnavast และคุณลักษณะหลักของมันคือ "Analyzes the number of nodes, depth and size of your DOM for profiling, speed or SEO purposes."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย DOM-Analyzer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Learn what elements of your webpage are slowing down your rendering time or which ones are not SEO friendly with DOM-Analyzer!

This tool allows you to explore the DOM, ordering each level by:
- Nodes: number of nodes under each branch,
- Depth: maximum depth under each branch,
- Length: count of characters on that branch (without spaces).

You will find this useful to find nodes that are specially heavy, have too many children or too many levels (which is usually bad when comes to rendering the page). You can go straight to the node's element by clicking on it or see which one it is by hovering over it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DOM-Analyzer DOM-Analyzer
ID hjaomadfoogedimonbneolajleaneifj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dom-analyzer/hjaomadfoogedimonbneolajleaneifj
คำอธิบาย Analyzes the number of nodes, depth and size of your DOM for profiling, speed or SEO purposes.
ขนาดไฟล์ 19.52 KB
จำนวนการติดตั้ง 2,070
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2019-05-29
วันที่เผยแพร่ 2019-05-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา cnavast
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cnavast/DOM-Analyzer/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DOM-Analyzer",
    "author": "cnavast",
    "incognito": "split",
    "homepage_url": "http:\/\/github.com\/cnavast\/DOM-Analyzer\/",
    "version": "1.2.1",
    "description": "Analyzes the number of nodes, depth and size of your DOM for profiling, speed or SEO purposes.",
    "browser_action": {
        "default_title": "DOM-Analyzer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}