Image Dimension Overlay Firefox

Examine source code of Image Dimension Overlay

Inspect and view changes in Image Dimension Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Dimension Overlay",
  "version": "1.1.8",
  "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": "{7d9f69c5-7308-40c2-8df6-a505246177f5}"
    },
    "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 Overlay Alternatives

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