Image Zoom Firefox

Examine source code of Image Zoom

Inspect and view changes in Image Zoom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Image Zoom",
  "version": "1.1.0",
  "description": "Zoom and pan images with mouse-centered controls. Hold Ctrl + scroll to zoom, click and drag to pan, double-click to reset.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "defaults.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "image-zoom@basiphobe.github.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Image Zoom Alternatives

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