DOM X-Ray

See through the DOM to visually debug CSS positioning.

什么是DOM X-Ray?

DOM X-Ray是由https://nick-vincent.com开发的Chrome扩展程序,该扩展的主要功能是“See through the DOM to visually debug CSS positioning.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载DOM X-Ray扩展crx文件

下载DOM X-Ray扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}