Color Picker - Eye Dropper Firefox

Examine source code of Color Picker - Eye Dropper

Inspect and view changes in Color Picker - Eye Dropper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Color Picker - Eye Dropper",
  "version": "1.0.0",
  "description": "Get pixel-perfect colors from any webpage with a pro-grade eyedropper and instant one-click copying for HEX, RGB, and HSL codes.",
  "browser_specific_settings": {
    "gecko": {
      "id": "color-picker@extension",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "activate-picker": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      },
      "description": "Open Color Picker"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon.png"
  }
}

Best Color Picker - Eye Dropper Alternatives

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