Advanced Color Picker Firefox

Examine source code of Advanced Color Picker

Inspect and view changes in Advanced Color Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Advanced Color Picker",
  "version": "1.0",
  "description": "Pick colors from web pages, copy hex codes, and more.",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{317cb819-4d20-4a86-809c-26e6758ea112}"
    }
  }
}

Best Advanced Color Picker Alternatives

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