Lazy Zoom Firefox

Examine source code of Lazy Zoom

By: Phai
Inspect and view changes in Lazy Zoom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Lazy Zoom",
  "version": "1.0",
  "description": "Smooth hover-zoom for images: slowly zooms (default 1.6x) over 0.5s to create a smooth effect.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Lazy Zoom",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "lazyzoom@example.com"
    }
  }
}

Best Lazy Zoom Alternatives

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