Firepicker is a small plug-in of firebug.  If you are a web developer then you know that what the worth of firebug in web development is. Firepicker adds a color picker dialog to the firebug CSS editor. Whenever you want to add or edit colors of a class property, just click on the value of color i.e. #fff (if already a color applied) or just write “#”, the color picker will be displayed. From it you can select any color of your choice. Now you don’t have to enter color values manually. Just select the color from dialog and it will be automatically parsed as CSS colors (#abc, rgb (1, 2, 3), blue, green)

Reuquirements:
  • Firefox 3.5.x / Firebug 1.4.x.
  • Firefox 3.7a1pre / Firebug 1.5.x
You can download it from here

0 comments:

Post a Comment