https://github.com/ebenjs/visualcolor
Chrome extension that helps you quickly preview and pick any valid html color code.
https://github.com/ebenjs/visualcolor
browser-extension chrome chrome-extension color-picker
Last synced: 2 months ago
JSON representation
Chrome extension that helps you quickly preview and pick any valid html color code.
- Host: GitHub
- URL: https://github.com/ebenjs/visualcolor
- Owner: ebenjs
- License: gpl-3.0
- Created: 2023-04-07T21:38:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T22:32:41.000Z (about 3 years ago)
- Last Synced: 2025-03-05T02:02:01.014Z (over 1 year ago)
- Topics: browser-extension, chrome, chrome-extension, color-picker
- Language: HTML
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VisualColor
VisualColor is a chrome extension that helps you quickly preview and pick any valid html color code.
## Use cases
- You have a color code (#eb4034 for example) but you don't know which color it currently is. You can quickly toggle the Visual Color Extension and paste that color code in the color input and get a quick preview of what color it is.
- You see a color on any webpage and you want to get it's color code, you can quickly toggle the extension and select the color picker.
## Extension in action
## How to install
- Clone this repository
- Go to Chrome extensions page (Not the store)
- Activate developer mode on top right
- Then Load extension
- Choose the project folder you just cloned