Paste and Go Firefox

Examine source code of Paste and Go

By: hcwtam
Inspect and view changes in Paste and Go source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Paste and Go",
  "description": "Bring \"paste and go\" functionality to everywhere in the browser",
  "version": "0.1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "clipboardRead",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "/images/logo16.png",
      "32": "/images/logo32.png",
      "48": "/images/logo48.png",
      "128": "/images/logo128.png"
    }
  },
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "paste_and_go_hcwtam@gmail.com"
    }
  }
}

Best Paste and Go Alternatives

Here are some Firefox add-ons that are similar to Paste and Go: