Website Colors Finder Firefox

Examine source code of Website Colors Finder

Inspect and view changes in Website Colors Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Website Colors Finder",
  "version": "1.0",
  "description": "Get all the colors used on a website",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "128": "128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "128x128.png",
    "default_title": "Website Colors Finder",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "golapyd@gmail.com",
      "strict_min_version": "42.0"
    }
  }
}

Best Website Colors Finder Alternatives

Here are some Firefox add-ons that are similar to Website Colors Finder: