ChromaHarvest Pro Firefox

Examine source code of ChromaHarvest Pro

Inspect and view changes in ChromaHarvest Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChromaHarvest Pro",
  "version": "1.0",
  "description": "Advanced color picker with palette management and color analysis tools",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "storage",
    "clipboardWrite",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "ChromaHarvest Pro",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a8ad0d75-f93b-40fc-931a-10d966555eaa}"
    }
  }
}

Best ChromaHarvest Pro Alternatives

Here are some Firefox add-ons that are similar to ChromaHarvest Pro: