Keep your clipboard Firefox

Examine source code of Keep your clipboard

By: kin
Inspect and view changes in Keep your clipboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Clipboard Manager",
  "version": "1.0",
  "description": "Keeps a history of copied text and allows you to reuse or manage them easily.",
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c76598c-640c-4f5c-8e1d-98abc72c0462}"
    }
  }
}

Best Keep your clipboard Alternatives

Here are some Firefox add-ons that are similar to Keep your clipboard: