Color Picker

Color Picker

Free extension that picks a color anywhere from the screen and converts it into HEX and RGB codes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Color Picker",
  "description": "Free extension that picks a color anywhere from the screen and converts it into HEX and RGB codes",
  "version": "0.0.1",
  "icons": {
    "100": "logo.png"
  },
  "action": {
    "default_icon": "logo.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}