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.
What is IPTC Photo Metadata inspector?
IPTC Photo Metadata inspector is a Chrome extension developed by iptcappsmanagement, and its main feature is "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".
Extension Screenshots
Download IPTC Photo Metadata inspector Extension CRX File
Download IPTC Photo Metadata inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Many images on the web contain embedded metadata such as creator, location, copyright and licensing information, even people and products depicted. IPTC's Photo Metadata Inspector tool lets you see embedded metadata in many image files. For eligible images, a context menu will appear when you right-click on the image. Select "View IPTC Photo Metadata" and you will be taken to IPTC's Get Photo Metadata (GetPMD) tool which will display all metadata embedded in the image file.
Extension Basic Information
Name | IPTC Photo Metadata inspector |
ID | ejadeefikdifbfnhokdodfphhkimbelb |
Official URL | https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb |
Description | Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image. |
File Size | 15.29 KB |
Installation Count | 1,529 |
Current Version | 0.2 |
Last Updated | 2020-12-02 |
Publish Date | 2020-12-02 |
Rating | 3.33/5 Total 3 Ratings |
Developer | iptcappsmanagement |
[email protected] | |
Payment Type | free |
Extension Website | https://iptc.org/standards/photo-metadata/browser-extensions/ |
Help Page URL | https://iptc.org/standards/photo-metadata/browser-extensions/ |
Privacy Policy Page URL | https://iptc.org/documents/privacy-notice-for-public-iptc-websites |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPTC Photo Metadata inspector", "version": "0.2", "description": "Right-click on any image and select \"View IPTC Photo Metadata\". IPTC's GetPMD tool shows all metadata embedded in the image.", "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 } |