CSS Peeper

Extract CSS and build beautiful styleguides.

CSS Peeper क्या है?

CSS Peeper CSS Peeper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract CSS and build beautiful styleguides."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CSS Peeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}