DOM X-Ray

See through the DOM to visually debug CSS positioning.

Qu'est-ce que DOM X-Ray ?

DOM X-Ray est une extension Chrome développée par https://nick-vincent.com, et sa fonction principale est "See through the DOM to visually debug CSS positioning.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DOM X-Ray

Téléchargez les fichiers d'extension DOM X-Ray au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom DOM X-Ray DOM X-Ray
ID olfkgegmjhgehnakignkabhbdchkhnkj
URL Officiel https://chromewebstore.google.com/detail/dom-x-ray/olfkgegmjhgehnakignkabhbdchkhnkj
Description See through the DOM to visually debug CSS positioning.
Taille du Fichier 57.82 KB
Nombre d'Installations 1,304
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-02-09
Date de Publication 2019-04-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://nick-vincent.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}