Paste Email Plus for Quantum Firefox

Examine source code of Paste Email Plus for Quantum

Inspect and view changes in Paste Email Plus for Quantum source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Paste Email Plus for Quantum",
  "short_name": "Paste Email Plus WE",
  "description": "Paste pre-defined text into any input field",
  "version": "1.0.2resigned1",
  "author": "Chuck Baker",
  "applications": {
    "gecko": {
      "id": "pasteEmailPlus@SoftwareByChuck.com",
      "strict_min_version": "48.0"
    }
  },
  "browser_action": {
    "default_icon": "pep38x38.png",
    "default_title": "Paste Email Plus",
    "browser_style": false
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "tabs",
    "clipboardRead",
    "clipboardWrite",
    "notifications",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "taffy.js",
      "jquery-2.1.4.min.js",
      "jstree.min.js",
      "pepCommon.js",
      "pepBackground.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "taffy.js",
        "pepCommon.js",
        "pepContent.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "icons": {
    "16": "pep16x16.png",
    "128": "pep128x128.png"
  },
  "options_ui": {
    "page": "pepOptions.html",
    "open_in_tab": true,
    "browser_style": false
  }
}

Best Paste Email Plus for Quantum Alternatives

Here are some Firefox add-ons that are similar to Paste Email Plus for Quantum: