DOM X-Ray

See through the DOM to visually debug CSS positioning.

ما هو DOM X-Ray؟

DOM X-Ray هو إضافة Chrome تم تطويرها بواسطة https://nick-vincent.com، والميزة الرئيسية لها هي "See through the DOM to visually debug CSS positioning.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DOM X-Ray

قم بتنزيل ملفات الامتداد DOM X-Ray بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم DOM X-Ray DOM X-Ray
ID olfkgegmjhgehnakignkabhbdchkhnkj
عنوان URL الرسمي https://chromewebstore.google.com/detail/dom-x-ray/olfkgegmjhgehnakignkabhbdchkhnkj
الوصف See through the DOM to visually debug CSS positioning.
حجم الملف 57.82 KB
عدد التثبيتات 1,304
النسخة الحالية 1.0.0
آخر تحديث 2023-02-09
تاريخ النشر 2019-04-06
تقييم 5.00/5 مجموع تقييمات 1
المطور https://nick-vincent.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}