DOM X-Ray

See through the DOM to visually debug CSS positioning.

Cos'è DOM X-Ray?

DOM X-Ray è un'estensione di Chrome sviluppata da https://nick-vincent.com, e la sua funzione principale è "See through the DOM to visually debug CSS positioning.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DOM X-Ray

Scarica i file di estensione DOM X-Ray in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome DOM X-Ray DOM X-Ray
ID olfkgegmjhgehnakignkabhbdchkhnkj
URL Ufficiale https://chromewebstore.google.com/detail/dom-x-ray/olfkgegmjhgehnakignkabhbdchkhnkj
Descrizione See through the DOM to visually debug CSS positioning.
Dimensione del File 57.82 KB
Conteggio Installazioni 1,304
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-02-09
Data di Pubblicazione 2019-04-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://nick-vincent.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}