Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-07T05:21:52.000Z (4 months ago)
- Last Synced: 2024-09-07T21:15:51.613Z (4 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: 959 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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.
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
![GitHub issues](https://img.shields.io/github/issues/plsankar/colorhunter)
![GitHub package.json dynamic](https://img.shields.io/github/package-json/version/plsankar/colorhunter)
![Chrome Web Store](https://img.shields.io/chrome-web-store/users/5e010de7-ba11-4173-b83f-e357ad9a1ff4)
![Chrome Web Store](https://img.shields.io/chrome-web-store/stars/bpgkpfghcehfbffdfhelbooocbafaakd)## Installation
[![Chrome Web Store](chrome-web-store.png)](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/)