Color Code Copier Firefox

Examine source code of Color Code Copier

Inspect and view changes in Color Code Copier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Color Code Copier",
  "version": "1.0",
  "description": "Pick any color from a webpage and copy its hex code.",
  "permissions": [
    "scripting",
    "activeTab",
    "clipboardWrite"
  ],
  "action": {
    "default_icon": "icon_48.png",
    "default_title": "Pick a Color"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "color-picker@yourdomain.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Color Code Copier Alternatives

Here are some Firefox add-ons that are similar to Color Code Copier: