Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.02 KB

Color Picker Project

Overview

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.

Features

  • 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!

Prerequisites

No prerequisites are required.

Getting Started

  1. Clone the repository:
git clone https://github.com/vaibhav-goklani/colorPicker.git
  1. Modify the configuration file manifest.json:

  2. Go to the chrome extension webstore and publish the color picker folder with configuration file.

Project Structure

  • assets/
  • index.html
  • manifest.json
  • script.js
  • style.css

Authored by

  • Vaibhav