Scan CSS

A script to inspect, scan and copy CSS properties of any element on the web page

什么是Scan CSS?

Scan CSS是由akshaymalik191开发的Chrome扩展程序,该扩展的主要功能是“A script to inspect, scan and copy CSS properties of any element on the web page”。

扩展截图

screenshot

下载Scan CSS扩展crx文件

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

扩展使用说明

                        A free tool to inspect and edit CSS right in the browser without a need to open developer tools.

Press 'alt + s' to start the inspection.

Click on "Copy" to copy the CSS properties of the element.

Click on "Copy All" to copy the CSS properties of the element as well of its children.                    

扩展基本信息

名称 Scan CSS Scan CSS
ID mkdaolldfcljbalhclcakgjjiklajdof
官方URL https://chromewebstore.google.com/detail/scan-css/mkdaolldfcljbalhclcakgjjiklajdof
简介 A script to inspect, scan and copy CSS properties of any element on the web page
文件大小 115 KB
安装次数 293
当前版本 1.0.2
更新时间 2022-11-29
上架时间 2022-11-26
评分 2.50/5 共4次评分
开发者 akshaymalik191
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scan CSS",
    "description": "A script to inspect, scan and copy CSS properties of any element on the web page",
    "version": "1.0.2",
    "icons": {
        "512": "icons\/Icon-512.png",
        "256": "icons\/Icon-256.png",
        "196": "icons\/Icon-196.png",
        "128": "icons\/Icon-128.png",
        "64": "icons\/Icon-64.png",
        "32": "icons\/Icon-32.png",
        "16": "icons\/Icon-16.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}