color picker chrome extension
A simple color picker Chrome Extension that allows you to pick and save hex value colors from web pages.
project overview
This chrome extension was created with web developers and designers in mind. In my work of designing applications, I wanted a quick way to save the hex value of a color that stood out to me. If, for example, you really like a shade of blue on an image displayed in your website, this extension can save the hex value with ease!
The extension allows you to choose hex values from the browser, copy a hex value to your clipboard, and also delete the color values not needed. All values not deleted will be saved for the next time you open the extension.
This extension uses basic HTML, CSS and Javascript as well as an API called EyeDropper.
future improvements
One main improvment for this extension that I would like to implement soon is to add rgb values to the color values saved. This will be of use to those who prefer to use rgb values in their work.