Chrome Extension that aims to help developers and designers when finding colors online. It uses JavaScript's EyeDropper API to select the color of any pixel on screen and get its HEX value. It also includes several features relevant to finding color values, including a selection history and custom palette options.
- See history of all color selections made by the eyedropper
- Create custom palettes, which are stored in the browser's local storage, and add any selected color to any custom palette
- Options to edit selection history (copy, delete) and palettes (rename, delete)
- RGB values
- Copy palettes (or all colors of a palette) as a string/text
- Toggle palettes on/off
HTML, CSS, JavaScript, EyeDropper API, Bootstrap Icons
-
Download the Extension Files
- Clone this repository to your local machine
-
Go to Chrome Extensions
- Visit
chrome://extensions/OR Menu (⋮) → Extensions → Manage Extensions in Google Chrome
- Visit
-
Enable Developer Mode
- Toggle the "Developer mode" switch in the top-left corner of the extensions page
-
Load the Extension
- Click "Load unpacked"
- Select the cloned "colorpick" folder
-
Verify Installation
- The extension should now appear in your extensions list
- Turn the extension on/off with the toggle button
- To use, click the ColorPick icon under Extensions, located to the right of the search bar