Color Picker

Easily identify the color on the page

What is Color Picker?

Color Picker is a Chrome extension developed by georgiysubootin, and its main feature is "Easily identify the color on the page".

Extension Screenshots

screenshot

Download Color Picker Extension CRX File

Download Color Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get the whole color palette from any web page just in one click with new and amazing Color picker. Here is cool extension that brightens up your gray days behind the screen. So basically, it`s color picker for extracting pixel color from a web page. Absolutely free extension has never been so cool. It`s an extension for chrome browser that`ll definitely make your life easy and simple. It may come in handy for web designers and web developers. Pick color from a huge color palette from any web page just in one click with new and amazing extension for Chrome browser. There is really no difficulties with this color picker – simple, reliable, stable, with user-friendly interface so it`s pretty easy to work with. Just install this extension and you`ll see the difference. Get RGB colors from any webpage in simple manner.  Different color formats are available in our new extension. We provide you amazing and useful Eyedropper app for your browser. Installation process is also pretty simple and doesn`t take a lot of your time, just a few seconds. Install Eyedropper to improve your browser. Extension has intuitive and simple design, so you won`t get confused. Pick color just in one click and instantly get the color code.                    

Extension Basic Information

Name Color Picker Color Picker
ID fiiepkcaceniapcjcabmfpiafoceiemh
Official URL https://chrome.google.com/webstore/detail/color-picker/fiiepkcaceniapcjcabmfpiafoceiemh
Description Easily identify the color on the page
File Size 30.22 KB
Installation Count 6,410
Current Version 1.4
Last Updated 2023-03-09
Publish Date 2021-03-23
Rating 1.57/5 Total 7 Ratings
Developer georgiysubootin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "surito.js",
            "color-thief.umd.js"
        ]
    },
    "browser_action": {
        "default_popup": "minota.html",
        "default_title": "ColorPicker"
    },
    "content_scripts": [
        {
            "css": [
                "dabra\/unsomna.css"
            ],
            "js": [
                "volkil.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "default_locale": "en",
    "description": "Easily identify the color on the page",
    "icons": {
        "128": "dabra\/sopika.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgCmQquR2e41AEp1CpTCeLsHWMAfB7waa2pAD0lvxrJQYYmEMHO2Ar4uvZJ3mQ47u2fLG6ht6PBFNgGQQWgBwBesElt4Tb2hE398lpqlZEGFf4OTBeHpMM7Prqx6L7eoGSRqORLe5rAOLzr0pIsUV8upRZ0LrYOUhSKeXXgo0LSMeMwEbJpU3uUT8uggyzBRMh+1Kh2NE9Gr\/eUcxCxANl4Ey20REDccx00c6X0+7flSb2SjFyjlEz5CLpHQriMKNq4ekcNJgD+rqwhLqil36wPVV9qxiFICTqxoGnt7onQUSMy\/Q3C1yUQSiUpdo67XfmRwgHIz1ljWb3qNveTXVOwIDAQAB",
    "manifest_version": 2,
    "name": "Color Picker",
    "permissions": [
        "",
        "storage"
    ],
    "version": "1.4"
}