Color Picker

Allows you to define the color of an element on the page in one click

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

Το Color Picker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον egorkorcin83, και η κύρια λειτουργία του είναι "Allows you to define the color of an element on the page in one click".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        There is absolutely free and reliable extension to pick color from any webpage. And now I’m talking about new and amazing color picker. So basically, it`s Eyedropper tool for extracting pixel color from a web page. It`s an extension for chrome browser that`ll definitely make your life easy and simple. Get the whole color palette from any web page just in one click with new and amazing extension for Chrome browser. Just install this extension and you`ll see the difference. This extension may come in handy for developers and web designers. Different color formats are available in the color picker. Installation process is also pretty simple and doesn`t take a lot of your time, just a few seconds. Extension has intuitive and simple design, so you won`t get confused. Pick color from any website you need in simple manner. Install the extension and improve your browsing instantly. Bet you won`t find a better color picker that simply does its job and has no ads. It`s an eyedropper app that simply does its job without any troubles. If you have any comment or request, then feel free to share it in comments. All you have to do to start working is to click on extension icon in the upper right. Don`t forget to refresh a webpage for the extension to work.                    

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

Όνομα Color Picker Color Picker
ID haanlcfciaeipklkamgianaeodlojaka
Επίσημο URL https://chrome.google.com/webstore/detail/color-picker/haanlcfciaeipklkamgianaeodlojaka
Περιγραφή Allows you to define the color of an element on the page in one click
Μέγεθος Αρχείου 64.53 KB
Αριθμός Εγκαταστάσεων 3,484
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2022-10-31
Ημερομηνία Δημοσίευσης 2021-11-11
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής egorkorcin83
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "functions.js",
            "bkg\/bkg.js",
            "bkg\/library\/color-thief.umd.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "functions.js",
                "cnt\/cnt.js"
            ],
            "css": [
                "cnt\/cnt.css"
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "Allows you to define the color of an element on the page in one click",
    "version": "1.4",
    "browser_action": {
        "default_popup": "view\/popup.html",
        "default_title": "ColorPicker"
    },
    "permissions": [
        "",
        "storage"
    ]
}