ColorCraft

ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…

Τι είναι το ColorCraft;

Το ColorCraft είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://colorcraft.io, και η κύρια λειτουργία του είναι "ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With effortless color identification, real-time modification, and the ability to save and load configurations and much more.

Changelogs 1.2:
- New Design
- Save and Load Configurations

Key Features:

- Capture All Colors Instantly: Collect all colors used on a webpage along with their names
- Interactive Highlighting: Simply hover over a color to see where it's used on the site.
- Live Color Adjustment: Experiment with the aesthetic appeal of the site by modifying colors in real time.
- Easy Copy-Paste: Found a color you love? Copy it to your clipboard in RGBA, HEX(A), or HSLA format, ready to use in your projects.

Exciting features coming soon:

Future updates:
- Retrieve colors for specific elements
- Statistics of colors used on the page
- Export palettes
- Changing entire site palette
- AI Recommended Colors                    

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

Όνομα ColorCraft ColorCraft
ID phipihmpeladolpicbledanamelhnggp
Επίσημο URL https://chromewebstore.google.com/detail/colorcraft/phipihmpeladolpicbledanamelhnggp
Περιγραφή ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…
Μέγεθος Αρχείου 141 KB
Αριθμός Εγκαταστάσεων 49
Τρέχουσα Έκδοση 1.21
Τελευταία Ενημέρωση 2023-07-09
Ημερομηνία Δημοσίευσης 2023-06-19
Αξιολόγηση 5.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://colorcraft.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.colorcraft.io
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ColorCraft",
    "version": "1.21",
    "action": {
        "default_popup": "src\/index.html",
        "default_icon": {
            "16": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}