Clipboard Uploader Firefox

Examine source code of Clipboard Uploader

By: OKVIP
Inspect and view changes in Clipboard Uploader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Clipboard Uploader",
  "version": "1.0",
  "description": "Simplify uploading copied screenshots, images, and files from your clipboard directly to webpages.",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e4b6873d-6217-4995-855c-41bfff9277be}"
    }
  }
}

Best Clipboard Uploader Alternatives

Here are some Firefox add-ons that are similar to Clipboard Uploader: