designr

Inspect CSS styles and save snapshots of web components and designs

Τι είναι το designr;

Το designr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Angelina Tsuboi, και η κύρια λειτουργία του είναι "Inspect CSS styles and save snapshots of web components and designs".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        designr is an open-source browser extension designed to inspect and save CSS styling on web pages. designr provides information about element styles and save the styles into a palette for later use. designr is a simple and intuitive way for designers and web developers to save CSS references 🎨.

This is a free and simple little plugin that helps you as a web developer, designer, or anyone who wants analyze and save website styling 💜

If you would like to contribute, please visit the GitHub repository:
https://github.com/ANG13T/designr

Additionally, visit my website to learn more about my projects and support my work! angelinatsuboi.net                    

Βασικές Πληροφορίες Επέκτασης

Όνομα designr designr
ID llojjggmiihgebjhofkcedffdfdfeegn
Επίσημο URL https://chromewebstore.google.com/detail/designr/llojjggmiihgebjhofkcedffdfdfeegn
Περιγραφή Inspect CSS styles and save snapshots of web components and designs
Μέγεθος Αρχείου 214 KB
Αριθμός Εγκαταστάσεων 365
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-03-19
Ημερομηνία Δημοσίευσης 2023-03-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Angelina Tsuboi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/ANG13T/designr
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "designr",
    "version": "1.0.0",
    "description": "Inspect CSS styles and save snapshots of web components and designs",
    "author": "Angelina Tsuboi",
    "homepage_url": "https:\/\/github.com\/ANG13T\/designr",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "designr",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ]
        }
    ]
}