chromeEyeDropper
chromeEyeDropper copied to clipboard
Shader
This isn't an issue. But I used your dropper in this chrome extension I made here https://github.com/cleor41/Color-Shader. I made it to do the same thing W3Schools does with their color picker here http://www.w3schools.com/tags/ref_colorpicker.asp. I think it would be a great addon for chromeEyeDropper.
I have similar functionality on my long term TODO but not much time for it now. I can leave it open here so I dont forget about it and if somebody needs it, they can use your extension for now.
You are of course welcome to send pull requests with changes. Can' promise I'll merge everything but I would be grateful for any improvements as I don't have much time currently. You can of course pick any of opened issues here too.
As for this feature, I have two possible approaches and not sure yet what to choose. First is simply to add another tab in popup window, where will be some more color related things likes shades, related colors, maybe color schemes etc. Second approach, which will probably be better is to create new chrome application which will be able to provide many color relative features and work and manipulate with color history. App would be sharing history of colors with extension so they will coexist nicely.
I think second approach is better because there is not much space in extension and it may become to bloated for its original purpose.
I'm leaving tomorrow morning till end of weekend but we can discuss this after or you may propose some ideas or even send some code :)