Multi Color Picker

Multi Color Picker

Easily pick any color on the screen, view a history of picked colors, and copy them with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Multi Color Picker",
  "description": "Easily pick any color on the screen, view a history of picked colors, and copy them with a single click.",
  "version": "1.0",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}