This extension allows you to extract colors from any image URL with simple right-click actions.
Features
- Extract the top 3 dominant colors from any image URL
- Results include color codes, pixel counts, and percentage coverage
- Results are automatically copied to clipboard in JSON format
Color Picker
- Open any image in a side panel to pick specific colors
- Click anywhere on the image to get the exact color
- Selected color's HEX code is automatically copied to clipboard
How to Use
- Right-click on any image URL
- Select "Get Dominant Colors from Image" from the context menu
- The dominant colors will be automatically copied to your clipboard in the following format:
[
{
"color": "#191C23",
"count": 3635,
"percentage": "99.75"
},
{
"color": "#1B2026",
"count": 5,
"percentage": "0.14"
},
{
"color": "#EFF1F5",
"count": 2,
"percentage": "0.05"
}
]
Using the Color Picker
- Right-click on any image URL
- Select "Pick Color from Image" from the context menu
- The image will open in a side panel
- Click anywhere on the image to copy that specific color's HEX code to your clipboard
Requirements
- Works with any valid image URL
- Internet connection required to load images
| |