Rotate Image Firefox

Examine source code of Rotate Image

Inspect and view changes in Rotate Image source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Rotate Image",
  "version": "2.0.0",
  "description": "Context Menu: Rotate an image on a web page in +/- 90 degrees steps",
  "manifest_version": 3,
  "background": {
    "scripts": [
      "backgroundScript.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bd490218-d863-45c9-8ffa-490ba0a91577}"
    }
  }
}

Best Rotate Image Alternatives

Here are some Firefox add-ons that are similar to Rotate Image: