Display Color Picker Firefox

Examine source code of Display Color Picker

By: Go99
Inspect and view changes in Display Color Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Display Color Picker",
  "version": "1.0",
  "description": "Allows users to pick colors from elements on the website they are accessing.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "displaycolorpicker.extension@gmail.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Display Color Picker Alternatives

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