Color Picker with History
Pick colors from any page, save to a palette.
dev
PlugThis prompt
Build a Chrome extension called "Color Picker" that activates an eyedropper over any page. Use the EyeDropper API where available, fallback to a canvas screenshot scan. On click, capture the hex/rgb/hsl color, copy to clipboard, and append to a saved palette in chrome.storage. Popup shows the palette with copy-on-click, named groups, and export as JSON or CSS variables. Permissions: storage, activeTab. Manifest V3.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.