Color Picker is a simple and efficient Chrome extension that allows users to easily pick any color from the screen, view the color code, and copy it with a single click. The picked colors are stored locally and can be accessed anytime.
- Pick any color on the screen using the EyeDropper API.
- View the picked colors in a list.
- Copy color codes to the clipboard.
- Clear all picked colors with a single click.
- Clone the repository to your local machine.
git clone https://github.com/yourusername/color-picker-extension.git
- Open Google Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click on "Load unpacked" and select the directory where you cloned the repository.
- Click on the Color Picker extension icon in the Chrome toolbar.
- Click on the "Pick Color" button to activate the EyeDropper tool.
- Select any color on the screen. The color will be added to the list of picked colors.
- Click on any color in the list to copy its code to the clipboard.
- Click on "Clear All" to remove all picked colors from the list.
index.html
: The main HTML file for the extension popup.style.css
: The CSS file for styling the extension popup.script.js
: The JavaScript file for handling the color picking and copying functionality.manifest.json
: The manifest file that defines the extension's properties and permissions.Icons/
: A directory containing the icons for the extension in various sizes.
This Color Picker Chrome Extension is developed by Sneha Thange.