Color Memory Firefox

Examine source code of Color Memory

Inspect and view changes in Color Memory source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Color Memory",
  "version": "1.0",
  "description": "Ghi nhớ bảng màu bạn đã từng nhìn thấy trên các website.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "color-extractor.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4d5f9915-2b23-4297-a5ec-a3a8e7bd3265}"
    }
  }
}

Best Color Memory Alternatives

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