https://github.com/plsankar/colorhunter
Chrome Extenstion to export the color palette of a website in a single click.
https://github.com/plsankar/colorhunter
browser browser-extension chrome chrome-extension chrome-extension-react chrome-extensions chromeextension
Last synced: about 1 month ago
JSON representation
Chrome Extenstion to export the color palette of a website in a single click.
- Host: GitHub
- URL: https://github.com/plsankar/colorhunter
- Owner: plsankar
- Created: 2023-06-21T17:05:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T00:35:49.000Z (7 months ago)
- Last Synced: 2025-04-07T02:51:19.137Z (2 months ago)
- Topics: browser, browser-extension, chrome, chrome-extension, chrome-extension-react, chrome-extensions, chromeextension
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/color-hunter/bpgkpfghcehfbffdfhelbooocbafaakd
- Size: 466 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Chrome Extenstion to export the color palette of a website in a single click.
[](https://choosealicense.com/licenses/mit/)



## Installation
[](https://chrome.google.com/webstore/detail/color-hunter/bpgkpfghcehfbffdfhelbooocbafaakd)
## Screenshots
![]()
## Run Locally
Clone the project
```bash
git clone https://github.com/plsankar/colorhunter
```Go to the project directory
```bash
cd colorhunter
```Install dependencies
```bash
npm install
```Run development build
```bash
npm run dev
```or run the production build
```bash
npm run build
```## Support
For support or feedback email [[email protected]]([email protected]).
## License
[MIT](https://choosealicense.com/licenses/mit/)