Color Picker for Chrome™

HEX, RGB Color picker, Advanched Eyedropper, Find color code on any page

Τι είναι το Color Picker for Chrome™;

Το Color Picker for Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://autocolorpicker.com, και η κύρια λειτουργία του είναι "HEX, RGB Color picker, Advanched Eyedropper, Find color code on any page".

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

screenshot
screenshot

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

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

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

                        Grab colors from any website with our Color Picker chrome extension. It offers the HEX and RGB codes on any element. 

With Color Picker you can find color reading on any point of the browser. Simply copy the code and paste it for your use. It supports most of the elements and offers much more features.  

Here is how to use the Color Picker for Chrome: 
✓ After installing visit any webpage from where you want to grab a color code 
✓ Then click on the extension icon and it will enable the color picker cusror icon 
✓ Now tap on the desired point and it will give you the info of that color code in HEX and RGB options 
✓ Copy the code and replicate the same steps to find another color code. 

Features: 
✓ Pick the Color of any Pixel on the webpage 
✓ RGB Color Picker 
✓ HEX Color Picker 
✓ HEX Color code Picker 

Version 1.1.0 Changes: >
>Bug Fixed on History of the Recent Color picked

Version 1.0.0 Changes:
>>Added Color Picker Palette within extension pop-up to choose any desired color codes 
>>Improved UI & Bug Fixes
>>Now shows the history of detected color codes

Version 0.2:
   >> Magnification issues solved in mac and windows
  >> Extension preventing full screen bug - fixed                    

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

Όνομα Color Picker for Chrome™ Color Picker for Chrome™
ID clldacgmdnnanihiibdgemajcfkmfhia
Επίσημο URL https://chromewebstore.google.com/detail/color-picker-for-chrome/clldacgmdnnanihiibdgemajcfkmfhia
Περιγραφή HEX, RGB Color picker, Advanched Eyedropper, Find color code on any page
Μέγεθος Αρχείου 435 KB
Αριθμός Εγκαταστάσεων 312,984
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2023-03-16
Ημερομηνία Δημοσίευσης 2021-12-23
Αξιολόγηση 4.04/5 Συνολικά 97 Αξιολογήσεις
Προγραμματιστής https://autocolorpicker.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://autocolorpicker.com/
URL της Σελίδας Πολιτικής Απορρήτου https://unscart.com/color-picker-privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "version": "1.1.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "background",
        "scripting"
    ],
    "action": {
        "default_icon": "colorpicker.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "colorpicker.png",
        "48": "colorpicker.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "canvas.css"
            ],
            "js": [
                "jquery.min.js",
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "canvas.css",
                "plus.png",
                "copy.png",
                "cp.png",
                "logo.svg",
                "pickicon.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}