Multi Input Paste Firefox

Examine source code of Multi Input Paste

By: lumnn
Inspect and view changes in Multi Input Paste source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Multi Input Paste",
  "version": "0.4.0",
  "description": "Allows pasting into multiple inputs at once",
  "icons": {
    "48": "icons/Paste.svg",
    "96": "icons/Paste.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "clipboardRead"
  ],
  "page_action": {
    "default_icon": "icons/Paste.svg",
    "browser_style": true,
    "default_title": "Multi Paste Values"
  }
}

Best Multi Input Paste Alternatives

Here are some Firefox add-ons that are similar to Multi Input Paste: