Clipboard Image Preview Firefox

Examine source code of Clipboard Image Preview

Inspect and view changes in Clipboard Image Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Clipboard Image Preview",
  "version": "1.0.2",
  "description": "Paste an image and preview it instantly in the popup.",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Open Image Preview popup"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "image-preview-public@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Clipboard Image Preview Alternatives

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