Eye Dropper is web browser extension which helps you pick and manage palettes of colors from web pages or color picker. It currently works in Chromium and Google Chrome™.
You can find more info, help and FAQ at homepage.
Open the extension to bring up a pop-up menu. Click “Pick color from web page” and then click anywhere on the page to store the color in your palette.
You can also click the “Color Picker” tab to view a color picker. You can view the hex values for any color and add any color to your palette.
- Clone the repository from GitHub
git clone <repository-url> - Make sure you have pnpm installed.
- Install all dependencies
pnpm install - Run the dev version
pnpm devto be able to develop with HMR active etc.
Tests are defined in src/__tests__
Run tests by installing dependencies and using: pnpm test
Developing is much easier with pnpm dev, but once you are done, you need to
test if everything really works after a build.
- Run
pnpm buildwhich will create prod build indistdirectory. - Open Chrome and to go
chrome://extensions/page. - Click the switch labeled Developer mode (should be top right of the screen).
- Click the Load unpacked button that appears (should be top left just under page heading).
- Locate
distdirectory.
You can report bugs and ideas at project’s issues tracker.
This extension is released under MIT License.