Color Explorer Firefox

Examine source code of Color Explorer

By: Phong
Inspect and view changes in Color Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Color Explorer",
  "version": "1.0.0",
  "description": "Scan all images on a page and visualize dominant colors to understand page mood.",
  "browser_specific_settings": {
    "gecko": {
      "id": "color-explorer@addon",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "collected": [],
        "purposes": []
      }
    }
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Color Explorer Alternatives

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