This is a simple yet powerful color picker extension built entirely in JavaScript. With just a few lines of code, you can integrate this color picker into your web application, allowing users to select colors easily and efficiently.
- Intuitive interface: Users can pick colors quickly and effortlessly.
- Lightweight: The color picker is built using vanilla JavaScript, ensuring fast performance and minimal dependencies.
- Easy integration: Simply modify the
manifest.json
and publish it to your crome extentions page, and you're ready to go!
No prerequisites are required.
- Clone the repository:
git clone https://github.com/vaibhav-goklani/colorPicker.git
-
Modify the configuration file
manifest.json
: -
Go to the chrome extension webstore and publish the color picker folder with configuration file.
assets/
index.html
manifest.json
script.js
style.css
- Vaibhav