Simple image alt viewer Firefox

Examine source code of Simple image alt viewer

Inspect and view changes in Simple image alt viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple image alt viewer",
  "description": "Right click an image to see the alt click on the context menu item to copy.",
  "version": "0.0.1",
  "permissions": [
    "contextMenus",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  }
}

Best Simple image alt viewer Alternatives

Here are some Firefox add-ons that are similar to Simple image alt viewer: