Colour Picker

Colour Picker

Allows you to pick a colour and get the hex number of the colour

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": {
    "email": "[email protected]",
    "name": "Happy Fone"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "description": "Allows you to pick a colour and get the hex number of the colour",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Colour Picker",
  "options_ui": {
    "page": "options.html"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0"
}