CSS Peeper

Extract CSS and build beautiful styleguides.

Τι είναι το CSS Peeper;

Το CSS Peeper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CSS Peeper, και η κύρια λειτουργία του είναι "Extract CSS and build beautiful styleguides.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CSS Peeper

Λήψη αρχείων επέκτασης CSS Peeper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🔎 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
}