Color Picker by AdCreative.ai

Color Picker by AdCreative.ai

Click the color picker icon (or use the shortcut 'i') to select any color on your screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Color Picker by AdCreative.ai",
  "version": "1.8.7",
  "manifest_version": 3,
  "description": "Click the color picker icon (or use the shortcut 'i') to select any color on your screen.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "icons": {
    "128": "img/AdCreative-Icon.png"
  },
  "action": {
    "default_title": "Color Picker by AdCreative.ai",
    "default_popup": "popup.html"
  }
}