Site DOM Tree

Quickly analyze a website's DOM tree

Site DOM Tree क्या है?

Site DOM Tree Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly analyze a website's DOM tree"।

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

screenshot

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

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

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

                        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"
    }
}