CSS Peeper

Extract CSS and build beautiful styleguides.

CSS Peeper란 무엇입니까?

CSS Peeper은(는) CSS Peeper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract CSS and build beautiful styleguides."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CSS Peeper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🔎 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                    

확장 프로그램 기본 정보

이름 CSS Peeper CSS Peeper
ID mbnbehikldjhnfehhnaidhjhoofhpehk
공식 URL https://chromewebstore.google.com/detail/css-peeper/mbnbehikldjhnfehhnaidhjhoofhpehk
설명 Extract CSS and build beautiful styleguides.
파일 크기 279 KB
설치 횟수 510,385
현재 버전 0.5.6
최근 업데이트 2023-11-20
출시 날짜 2017-04-12
평점 4.63/5 총 338 개의 평점
개발자 CSS Peeper
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://csspeeper.com
지원되는 언어 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
}