Color Memory Firefox

Examine source code of Color Memory

제작자: Hi Tuyet
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}"
    }
  }
}

최고의 Color Memory 대안

다음은 Color Memory과(와) 유사한 Firefox add-on입니다: