Ultimate Color Picker Firefox

Examine source code of Ultimate Color Picker

Inspect and view changes in Ultimate Color Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Ultimate Color Picker",
  "short_name": "Color Picker",
  "version": "1.0.0",
  "description": "Pick colors from any page or screen, get 11 color formats, explore harmonies and variations, and export to Tailwind, Figma, and CSS.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ultimate-color-picker@paintcolorconsultants.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "Open Ultimate Color Picker"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "service_worker": "background/service-worker.js",
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "widget/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Ultimate Color Picker Alternatives

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