ShareX

ShareX

Note: This addon is designed to be used in conjunction with the open-source application ShareX (https://getsharex.com) to integrate with Firefox. Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ShareX",
  "version": "2.1.0",
  "description": "Adds 'Upload with ShareX' button to image, video, audio and text selection context menu.",
  "author": "ShareX Team",
  "homepage_url": "https://getsharex.com",
  "icons": {
    "16": "Icons/ShareX-16.png",
    "48": "Icons/ShareX-48.png",
    "128": "Icons/ShareX-128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "nativeMessaging"
  ]
}