DOM Outliner

Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.

DOM Outliner क्या है?

DOM Outliner noeclement द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors."।

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

screenshot
screenshot

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

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

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

                        Acting as an X-ray for your page, this extension allows you to visually outline and distinguish different elements within a webpage's Document Object Model (DOM). With this extension, you can easily identify and analyze the structure of a webpage, making it easier to debug and optimize your web projects.

Simply activate the extension and watch as the DOM elements are highlighted with different colors, allowing you to quickly and easily identify and differentiate between them.                    

एक्सटेंशन की मूल जानकारी

नाम DOM Outliner DOM Outliner
ID bagbmhiblmhlllddcpdalmdohgaknibd
आधिकारिक URL https://chromewebstore.google.com/detail/dom-outliner/bagbmhiblmhlllddcpdalmdohgaknibd
विवरण Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.
फ़ाइल का आकार 5.2 KB
स्थापना संख्या 171
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-01-26
प्रकाशन तिथि 2023-01-01
डेवलपर noeclement
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DOM Outliner",
    "description": "Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Outline DOM elements of current page"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}