Remove/Crop-to Selection Firefox

Examine source code of Remove/Crop-to Selection

Inspect and view changes in Remove/Crop-to Selection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remove/Crop-to Selection",
  "version": "0.3resigned1",
  "author": "Nikos Asimakis",
  "description": "Remove or crop-to selection from context menu",
  "applications": {
    "gecko": {
      "id": "jid1-mMNvppACqZ8HOQ@jetpack"
    }
  },
  "icons": {
    "16": "icons/removecrop-16.png",
    "32": "icons/removecrop-32.png",
    "48": "icons/removecrop-48.png",
    "64": "icons/removecrop-64.png",
    "96": "icons/removecrop-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  }
}

Best Remove/Crop-to Selection Alternatives

Here are some Firefox add-ons that are similar to Remove/Crop-to Selection: