ColorZilla Lite Firefox

Examine source code of ColorZilla Lite

Inspect and view changes in ColorZilla Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ColorZilla Lite",
  "version": "1.0",
  "description": "Pick colors from any website (ColorZilla style eyedropper).",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "ColorZilla Lite",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "picker.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "colorzilla-lite-x7k9a@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ColorZilla Lite Alternatives

Here are some Firefox add-ons that are similar to ColorZilla Lite: