rfwn / bismuth

batteries included, sleek color picker extension for chrome/firefox. uses iro.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bismuth: Color Picker & Eye Dropper

features

  • Clean & feature complete color picker (using iro.js & custom logic)
  • Precise X & Y axis adjustment with separates sliders
  • hex(hex8), rgb(a) and hsl(a) output
  • 2-way binding to inputs for hex, rgb(a) and hsl(a)
  • Show Analogous, Complementary, Triadic and Tetradic colors
  • Quick copy any color to clipboard, quickload any color in clipboard
  • Eye dropper from webpage using EyeDropper API (Chrome 95/Opera 81 or newer)

repo: https://github.com/KraXen72/bismuth
firefox store: https://addons.mozilla.org/en-US/firefox/addon/bismuth-color-picker/

installation

(chrome / chromium)

just clone this repo and load unpacked extension. (you have to enable developer mode)
unpacked

firefox version

Get it on Mozilla Addons Store
Firefox version does not have a working EyeDropper API implementation, so the EyeDropper button does not work.
For now you can install another extension like ColorZilla to pick the color, and use the QuickPaste button to get it in bismuth.
Implementing a custom EyeDropper is currently out of scope, either wait for firefox to add the EyeDropper API or submit a pull request implementing an eye-dropper similar to the EyeDropper API.

credit

About

batteries included, sleek color picker extension for chrome/firefox. uses iro.js


Languages

Language:JavaScript 44.5%Language:CSS 29.9%Language:HTML 25.6%