IPTC Photo Metadata inspector

IPTC Photo Metadata inspector

Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IPTC Photo Metadata inspector",
  "version": "0.3",
  "description": "Right-click on any image and select \"View IPTC Photo Metadata\". IPTC's GetPMD tool shows all metadata embedded in the image.",
  "homepage_url": "https://iptc.org/standards/photo-metadata/browser-extensions/",
  "icons": {
    "16": "iptc_icon16.png",
    "32": "iptc_icon32.png",
    "48": "iptc_icon48.png",
    "128": "iptc_icon128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}