Clipboard Manager Lite Firefox

Examine source code of Clipboard Manager Lite

Inspect and view changes in Clipboard Manager Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Clipboard Manager Lite",
  "version": "1.0.0",
  "description": "Lưu, xem và copy lại các đoạn văn bản đã lưu; thêm từ popup hoặc từ lựa chọn trên trang.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "contextMenus",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_title": "Clipboard Manager Lite",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{4868ccc0-0b36-4289-ab46-507fbe309f16}"
    }
  }
}

Best Clipboard Manager Lite Alternatives

Here are some Firefox add-ons that are similar to Clipboard Manager Lite: