Color Picke Firefox

Examine source code of Color Picke

Inspect and view changes in Color Picke source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Color Picker (Eyedropper)",
  "version": "1.0.0",
  "description": "Chọn màu trên màn hình tab hiện tại, copy HEX/RGB và lưu bảng màu gần đây.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_title": "Color Picker (Eyedropper)",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{d77de134-77b7-400f-917e-a695c814d776}"
    }
  }
}

Best Color Picke Alternatives

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