DOM X-Ray

See through the DOM to visually debug CSS positioning.

Apa itu DOM X-Ray?

DOM X-Ray adalah ekstensi Chrome yang dikembangkan oleh https://nick-vincent.com, dan fitur utamanya adalah "See through the DOM to visually debug CSS positioning.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DOM X-Ray

Unduh file ekstensi DOM X-Ray dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama DOM X-Ray DOM X-Ray
ID olfkgegmjhgehnakignkabhbdchkhnkj
URL Resmi https://chromewebstore.google.com/detail/dom-x-ray/olfkgegmjhgehnakignkabhbdchkhnkj
Deskripsi See through the DOM to visually debug CSS positioning.
Ukuran File 57.82 KB
Jumlah Instalasi 1,304
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-02-09
Tanggal Publikasi 2019-04-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://nick-vincent.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}