Smart color picker

Just color picker

What is Smart color picker?

Smart color picker is a Chrome extension developed by zhemchugov.dev, and its main feature is "Just color picker".

Extension Screenshots

screenshot
screenshot
screenshot

Download Smart color picker Extension CRX File

Download Smart 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

                        A simple color picker that will allow you to choose a color not only on the page, but also outside the browser                    

Extension Basic Information

Name Smart color picker Smart color picker
ID bidlokkgoahekikfcjihpfbljfcnehik
Official URL https://chromewebstore.google.com/detail/smart-color-picker/bidlokkgoahekikfcjihpfbljfcnehik
Description Just color picker
File Size 9.43 KB
Installation Count 914
Current Version 1.2
Last Updated 2021-11-01
Publish Date 2021-10-31
Rating 5.00/5 Total 11 Ratings
Developer zhemchugov.dev
Email [email protected]
Payment Type free
Extension Website https://github.com/PetePearl/Smart-color-picker
Help Page URL https://github.com/PetePearl/Smart-color-picker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smart color picker",
    "version": "1.2",
    "description": "Just color picker",
    "minimum_chrome_version": "95",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    }
}