DOM Outliner

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

Co je DOM Outliner?

DOM Outliner je rozšíření Chrome vyvinuté noeclement, a jeho hlavní funkcí je „Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření DOM Outliner

Stáhněte si soubory rozšíření DOM Outliner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DOM Outliner DOM Outliner
ID bagbmhiblmhlllddcpdalmdohgaknibd
Oficiální URL https://chromewebstore.google.com/detail/dom-outliner/bagbmhiblmhlllddcpdalmdohgaknibd
Popis Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.
Velikost souboru 5.2 KB
Počet instalací 171
Aktuální Verze 1.0
Poslední Aktualizace 2023-01-26
Datum Vydání 2023-01-01
Vývojář noeclement
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}