Color Picker Lite Firefox

Examine source code of Color Picker Lite

Inspect and view changes in Color Picker Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Color Picker Pro",
  "description": "Simple color picker: pick colors on any page and copy HEX/RGB instantly.",
  "version": "1.1",
  "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": {
      "strict_min_version": "116.0",
      "id": "{a489f8bc-bc17-4925-b29b-2c519098cd2f}"
    }
  }
}

Best Color Picker Lite Alternatives

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