Color Picker Firefox

Examine source code of Color Picker

By: SIN88
Inspect and view changes in Color Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Color Picker",
  "version": "1.0",
  "description": "Pick colors from any webpage and copy the color code.",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Pick a Color"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9f4cef38-36bc-4f47-bf5c-fa35668a635d}"
    }
  }
}

Best Color Picker Alternatives

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