Color Picker

Color Picker

Define the color of any element right on the web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "128": "stompalFe/hynbsa/fagasDeroas/cfona.png"
  },
  "background": {
    "scripts": [
      "stompalFe/hynbsa/cumpasSontij/aferno/kumonSaf.js",
      "stompalFe/color-thief.umd.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "stompalFe/hynbsa/cumpasSontij/geDe.js"
      ],
      "css": [
        "stompalFe/css.css"
      ]
    }
  ],
  "default_locale": "en",
  "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
  "manifest_version": 2,
  "name": "Color Picker",
  "description": "Define the color of any element right on the web page",
  "version": "1.2",
  "browser_action": {
    "default_popup": "stompalFe/hynbsa/cumpasSontij/aferno/cormatDefa.html",
    "default_title": "ColorPicker"
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ]
}