Image Zoomer Firefox

Examine source code of Image Zoomer

Inspect and view changes in Image Zoomer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Zoomer",
  "version": "1.0",
  "description": "Zoom into images on hover.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9f8e3a65-1cb6-48cb-bd1b-2c6a0cf48070}"
    }
  }
}

Best Image Zoomer Alternatives

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