Color Code Extractor Firefox

Examine source code of Color Code Extractor

Inspect and view changes in Color Code Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Color Code Extractor",
  "version": "1.0",
  "description": "Nhận diện và trích xuất mã màu từ bất kỳ hình ảnh nào trên trang web.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9d28a162-260f-4cba-91e8-d1704bd1a294}"
    }
  }
}

Best Color Code Extractor Alternatives

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