Color Picker Pro Firefox

Examine source code of Color Picker Pro

Inspect and view changes in Color Picker Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Color Picker Lite",
  "description": "Simple color picker: pick colors on any page and copy HEX/RGB instantly.",
  "version": "1.0",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon-64.png",
    "default_title": "HEX Color Palette",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e052ae22-70fd-4821-aa3e-6c2781d86146}",
      "strict_min_version": "116.0"
    }
  }
}

Best Color Picker Pro Alternatives

Here are some Firefox add-ons that are similar to Color Picker Pro: