Scan CSS

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

Scan CSS là gì?

Scan CSS là một tiện ích mở rộng Chrome được phát triển bởi akshaymalik191, và tính năng chính của nó là "A script to inspect, scan and copy CSS properties of any element on the web page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scan CSS

Tải xuống các tệp mở rộng Scan CSS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scan CSS Scan CSS
ID mkdaolldfcljbalhclcakgjjiklajdof
URL Chính Thức https://chromewebstore.google.com/detail/scan-css/mkdaolldfcljbalhclcakgjjiklajdof
Mô tả A script to inspect, scan and copy CSS properties of any element on the web page
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 293
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-11-29
Ngày Phát Hành 2022-11-26
Đánh Giá 2.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển akshaymalik191
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}