DOM-Analyzer

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

DOM-Analyzer क्या है?

DOM-Analyzer cnavast द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyzes the number of nodes, depth and size of your DOM for profiling, speed or SEO purposes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DOM-Analyzer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}