Images Size for Hala

Images Size for Hala

Show the width and height of the images

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Images Size for Hala",
  "version": "1.0.0",
  "description": "Show the width and height of the images",
  "author": [
    {
      "name": "AHMAD AL KHULEYF"
    }
  ],
  "icons": {
    "16": "/images/icon2.png",
    "48": "/images/icon2.png",
    "128": "/images/icon2.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "/images/icon2.png"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}