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.

Was ist IPTC Photo Metadata inspector?

IPTC Photo Metadata inspector ist eine Chrome-Erweiterung, die von iptcappsmanagement entwickelt wurde, und ihr Hauptmerkmal ist "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".

Erweiterungsscreenshots

screenshot
screenshot

IPTC Photo Metadata inspector-Erweiterungs-CRX-Datei herunterladen

Laden Sie IPTC Photo Metadata inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IPTC Photo Metadata inspector IPTC Photo Metadata inspector
ID ejadeefikdifbfnhokdodfphhkimbelb
Offizielle URL https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb
Beschreibung Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.
Dateigröße 15.29 KB
Installationsanzahl 1,529
Aktuelle Version 0.2
Letztes Update 2020-12-02
Veröffentlichungsdatum 2020-12-02
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler iptcappsmanagement
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://iptc.org/standards/photo-metadata/browser-extensions/
Hilfeseite URL https://iptc.org/standards/photo-metadata/browser-extensions/
URL der Datenschutzrichtlinien-Seite https://iptc.org/documents/privacy-notice-for-public-iptc-websites
Unterstützte Sprachen 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
}