Instant Image Compare Firefox

Examine source code of Instant Image Compare

By: Khuong
Inspect and view changes in Instant Image Compare source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Instant Image Compare",
  "version": "1.0.1",
  "description": "Shift-hover an image to open a side-by-side comparison window.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "instant-image-compare-fixed@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects": false
      }
    }
  }
}

Best Instant Image Compare Alternatives

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