Color Grabber

Color Grabber

Extract colors easily from anywhere with color grabber tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Color Grabber",
  "description": "Extract colors easily from anywhere with color grabber tool.",
  "version": "1.0.8",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "login.html",
    "default_title": "Color Grabber"
  },
  "icons": {
    "16": "images/1625151100122-smallLogo.png",
    "48": "images/1625151100166-mediumLogo.png",
    "128": "images/1625151100210-largeLogo.png"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "web_accessible_resources": [
    "js/edropper2.js",
    "inject/anchor-cursor-default.css",
    "inject/anchor-cursor-crosshair.css",
    "inject/edropper2.css"
  ],
  "commands": {
    "activate": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Activate pick color from web page"
    }
  },
  "short_name": "CG"
}