Color Picker Pro

Color Picker Pro

Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Color Picker Pro",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Color Picker Pro allows you to quickly grab the Hex code for a colour from within your browser!",
  "browser_action": {
    "default_icon": "color_picker.png",
    "default_title": "Color Picker Pro!",
    "default_popup": "extension.html"
  }
}