DOM X-Ray

See through the DOM to visually debug CSS positioning.

Wat is DOM X-Ray?

DOM X-Ray is een Chrome-extensie ontwikkeld door https://nick-vincent.com, en de belangrijkste functie is "See through the DOM to visually debug CSS positioning.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DOM X-Ray

Download DOM X-Ray-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Toggle DOM X-Ray to trigger CSS styles that outline and illuminate DOM element structure.                    

Basisinformatie over de Extensie

Naam DOM X-Ray DOM X-Ray
ID olfkgegmjhgehnakignkabhbdchkhnkj
Officiële URL https://chromewebstore.google.com/detail/dom-x-ray/olfkgegmjhgehnakignkabhbdchkhnkj
Beschrijving See through the DOM to visually debug CSS positioning.
Bestandsgrootte 57.82 KB
Aantal Installaties 1,304
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-02-09
Publicatiedatum 2019-04-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://nick-vincent.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "DOM X-Ray",
    "description": "See through the DOM to visually debug CSS positioning.",
    "permissions": [
        "scripting",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "16": "img\/icon-off.png"
        }
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}