CSS Peeper

Extract CSS and build beautiful styleguides.

CSS Peeper là gì?

CSS Peeper là một tiện ích mở rộng Chrome được phát triển bởi CSS Peeper, và tính năng chính của nó là "Extract CSS and build beautiful styleguides.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng CSS Peeper 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

                        🔎 No more digging in a code. Inspect styles in a simple, well-organized & beautiful way. Get it now!

CSS Peeper is a CSS viewer tailored for Designers. Get access to the useful styles with our Chrome extension. Our mission is to let Designers focus on design, and spend as little time as possible digging in a code.

Ever wondered what’s the line-height, font or a button size on a website? We provide you the ultimate tool to satisfy your curiosity. We enable you to inspect code in the easiest possible way. Check the hidden CSS style of objects, colors and assets on the web.

Follow us on Twitter: https://twitter.com/CSSPeeper                    

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

Tên CSS Peeper CSS Peeper
ID mbnbehikldjhnfehhnaidhjhoofhpehk
URL Chính Thức https://chromewebstore.google.com/detail/css-peeper/mbnbehikldjhnfehhnaidhjhoofhpehk
Mô tả Extract CSS and build beautiful styleguides.
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 510,385
Phiên Bản Hiện Tại 0.5.6
Cập Nhật Lần Cuối 2023-11-20
Ngày Phát Hành 2017-04-12
Đánh Giá 4.63/5 Tổng số 338 Đánh Giá
Nhà Phát Triển CSS Peeper
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://csspeeper.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Peeper",
    "description": "Extract CSS and build beautiful styleguides.",
    "version": "0.5.6",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/fonts.googleapis.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "32": "logo-32.png",
        "64": "logo-64.png",
        "128": "logo-128.png",
        "512": "logo-512.png"
    },
    "action": {
        "default_title": "Show me the styles!"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3
}