Huey

Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.

What is Huey?

Huey is a Chrome extension developed by https://kuldp.dev, and its main feature is "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.".

Extension Screenshots

screenshot
screenshot

Download Huey Extension CRX File

Download Huey 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 extension. Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.                    

Extension Basic Information

Name Huey Huey
ID diglalbiemiiapebfblemllfmfglglaf
Official URL https://chromewebstore.google.com/detail/huey/diglalbiemiiapebfblemllfmfglglaf
Description Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.
File Size 10.9 KB
Installation Count 88
Current Version 1.0
Last Updated 2023-01-09
Publish Date 2023-01-09
Rating 5.00/5 Total 2 Ratings
Developer https://kuldp.dev
Email [email protected]
Payment Type free
Extension Website https://kuldp.dev
Help Page URL https://kuldp.dev
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Huey",
    "description": "Easily pick any color on the screen, view a history of picked colors, and copy or clear them with a single click.",
    "version": "1.0",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "96": "icons\/icon96.png"
    }
}