Simple Color Picker

A Simple Color Picker extension to pick colors and copy them to clipboard

Τι είναι το Simple Color Picker;

Το Simple Color Picker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ezhil, και η κύρια λειτουργία του είναι "A Simple Color Picker extension to pick colors and copy them to clipboard".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A Simple Color Picker extension is a tool that allows users to easily select and copy colors from any part of their computer screen. This can be useful for a variety of tasks, such as web design, graphic design, and digital art.

How to use ?
1. Add the Simple Color Picker to chrome through Chrome Web Store
2. Pin the extension
3. Click on the extension and click the Pick a color button
4. Now you can move the eyedropper to and select any color on any screen
5. The selected color will be stored and user can easily copy the HEX code by clicking on it and paste it anywhere
6. User can store multiple colors
7. When Clear All is clicked all the colors stored will be deleted

Highlighted Features
-   Select colors from any part of the screen
-   Store multiple colors
-   Can easily copy and paste
-   Clear All the colors in a click

Overall, A Simple Color Picker extension is a convenient and easy-to-use tool for anyone who needs to work with colors on their computer. It can save time and effort by eliminating the need to manually enter color values and can be helpful in any industry where color is important.

IMPORTANT
We don't collect any user data and we don't display any ads

-------------------------------------------------------------------------------------------------
Icon credits : https://www.flaticon.com                    

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

Όνομα Simple Color Picker Simple Color Picker
ID oekcgbklihkajpddgklkakahiabhcjhm
Επίσημο URL https://chromewebstore.google.com/detail/simple-color-picker/oekcgbklihkajpddgklkakahiabhcjhm
Περιγραφή A Simple Color Picker extension to pick colors and copy them to clipboard
Μέγεθος Αρχείου 14.37 KB
Αριθμός Εγκαταστάσεων 562
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-03-22
Ημερομηνία Δημοσίευσης 2023-01-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Ezhil
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple Color Picker",
    "description": "A Simple Color Picker extension to pick colors and copy them to clipboard",
    "version": "1.0",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}