Quick Color Picker Firefox

Examine source code of Quick Color Picker

Inspect and view changes in Quick Color Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Color Picker",
  "version": "1.0",
  "description": "Pick colors from any webpage by clicking, view HEX/RGB codes, and save color history.",
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "ui/popup.html",
    "default_title": "Quick Color Picker"
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2c9603aa-0d19-4c4c-b811-f43cecbdbc91}"
    }
  }
}

Best Quick Color Picker Alternatives

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