Live Color Picker

Live Color Picker

An easy-to-use eyedropper tool that automatically copies the Hex Code of the desired color.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "95",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "version": "3.2"
}