tomcadene / pixelpalette

Browser extension that lets you pick a color from any web page.

Home Page:https://tomcadene.com/projects/pixelpalette.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PixelPalette

Project Description:

PixelPalette is a browser extension designed to enhance the workflow of designers, developers, and digital artists by providing an intuitive and efficient way to capture and utilize colors directly from their browser. Leveraging the powerful EyeDropper API, Pixel Palette allows users to select any color visible on their screen with a simple click, instantly copying the color's hexadecimal, RGB, or HSL value to their clipboard. This tool is especially useful for web development, graphic design, and any digital project where color precision is key.

Key Features:

👁️ Instant Color Selection: Use the EyeDropper API to click and capture any color from your web browser.

✨ Multiple Color Formats: Automatically convert the selected color into hexadecimal, RGB, or HSL formats.

🔠 Customizable Shortcuts: Set up keyboard shortcuts to activate the color picker without disrupting your workflow. (wip)

🎨 Palette Management: Automatically save the latests colors for easy access and reference.

How It Works:

pp_popup

Activate PixelPalette: With a simple keyboard shortcut or by clicking the extension icon.

Select Color: Hover over any pixel on your browser window to preview the color. Click to select.

pp_demo

Copy & Use: The color's value is automatically saved in the extension popup and copied to your clipboard in your chosen format, ready to be pasted into your code or design tool. (wip)

Use Case:

Perfect for web developers who need to match color codes from different websites, graphic designers seeking inspiration across the web, or anyone involved in digital content creation who requires quick and accurate color sampling.

Installation:

PixelPalette is easy to install and requires minimal permissions. Simply download the repo, extract it, in chrome find the "Manage extensions" or search chrome://extensions/ in the chrome top searchbar, enable developper mode, click the "Load unpacked" button, select the pixelpalette folder, pin the extension and start capturing colors with unmatched ease and precision.

Contributing:

Contributions are welcome! Please feel free to submit a pull request or open an issue for any bugs or feature requests.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Browser extension that lets you pick a color from any web page.

https://tomcadene.com/projects/pixelpalette.html


Languages

Language:JavaScript 76.7%Language:HTML 23.3%