Color Picker

Allows you to define the color of an element on the page

What is Color Picker?

Color Picker is a Chrome extension developed by makrkovdmitrij, and its main feature is "Allows you to define the color of an element on the page".

Extension Screenshots

screenshot
screenshot
screenshot
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

                        Meet new useful and cool Color Picker extension that brightens up your gray days behind the screen. Get the whole color palette from any web page just in one click with new and amazing Color picker. Absolutely free extension has never been so cool. It may come in handy for web designers and web developers. There is really no difficulties with this Eyedropper – simple, reliable, stable, with user-friendly interface so it`s pretty easy to work with. Get RGB colors from any webpage in simple manner.  Extension deals with a bunch of different color formats.  We provide you amazing and useful Eyedropper app for your browser. Install Color picker to improve your browser. Pick color just in one click and instantly get the color code. The color palette is absolutely free and most importantly, very versatile. Awesome ad simple extension allows you to select a pixel on the page and get color in popular formats. Extension is absolutely free and has no hidden scripts to mess with your personal data. It also doesn`t weigh a lot and it`s pretty easy to install and use. Extension flawlessly does what it`s supposed to do – instantly pick color from web pages. Download our product and you`ll be satisfied. After installation you`ll extracts the most used color from web pages just in one click while you're surfing the web.                    

Extension Basic Information

Name Color Picker Color Picker
ID cbapocmbjilkikplhmkhhjjhmmlohffe
Official URL https://chrome.google.com/webstore/detail/color-picker/cbapocmbjilkikplhmkhhjjhmmlohffe
Description Allows you to define the color of an element on the page
File Size 22.86 KB
Installation Count 3,000
Current Version 1.4
Last Updated 2022-07-26
Publish Date 2021-08-14
Rating 3.00/5 Total 2 Ratings
Developer makrkovdmitrij
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "\/assets\/img\/logo.png"
    },
    "background": {
        "scripts": [
            "\/scripts\/common\/method.js",
            "\/scripts\/background.js",
            "\/vendor\/color-thief.umd.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/common\/method.js",
                "\/scripts\/content.js"
            ],
            "css": [
                "\/css\/content.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",
    "version": "1.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "ColorPicker"
    },
    "permissions": [
        "",
        "storage"
    ]
}