Quick ColorPicker Firefox

Examine source code of Quick ColorPicker

By: Jatin
Inspect and view changes in Quick ColorPicker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick ColorPicker",
  "version": "1.0",
  "description": "Pick colors, use the EyeDropper, copy HEX/RGB and store recent colors.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "Jatin",
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-colorpicker@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Quick ColorPicker Alternatives

Here are some Firefox add-ons that are similar to Quick ColorPicker: