Image Info Viewer Firefox

Examine source code of Image Info Viewer

Inspect and view changes in Image Info Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Info Viewer",
  "version": "1.0.0",
  "description": "Click any image to view detailed information including dimensions, file size, format and metadata",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Image Info Viewer",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "viewer.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f1dd729f-fa3f-4e15-9b6f-73f4ee289f77}"
    }
  }
}

Best Image Info Viewer Alternatives

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