Image Dimension Display Firefox

Examine source code of Image Dimension Display

Inspect and view changes in Image Dimension Display source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Dimension Display",
  "version": "2.1.2",
  "description": "Hover over any image to see its natural and displayed dimensions, format, and file size. Toggle on/off via the toolbar button.",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "66.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{70f9eb50-0f68-4b47-bb30-5875d9519d19}"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "resources/icon.svg",
    "96": "resources/icon.svg"
  },
  "browser_action": {
    "default_icon": "resources/icon.svg",
    "default_title": "Toggle Image Dimensions"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  }
}

Best Image Dimension Display Alternatives

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