SmartPaste — Multi Clipboard Firefox

Examine source code of SmartPaste — Multi Clipboard

By: Yoossef
Inspect and view changes in SmartPaste — Multi Clipboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SmartPaste — Multi Clipboard",
  "version": "1.0.1",
  "description": "Copy multiple items and paste any of them via right-click menu, in order.",
  "browser_specific_settings": {
    "gecko": {
      "id": "smartpaste@extension",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "contextMenus",
    "storage",
    "clipboardRead",
    "clipboardWrite",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

Best SmartPaste — Multi Clipboard Alternatives

Here are some Firefox add-ons that are similar to SmartPaste — Multi Clipboard: