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.

Hvad er IPTC Photo Metadata inspector?

IPTC Photo Metadata inspector er en Chrome-udvidelse udviklet af iptcappsmanagement, og dens hovedfunktion er "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download IPTC Photo Metadata inspector-udvidelses-CRX-fil

Download IPTC Photo Metadata inspector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn IPTC Photo Metadata inspector IPTC Photo Metadata inspector
ID ejadeefikdifbfnhokdodfphhkimbelb
Officiel URL https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb
Beskrivelse Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.
Filstørrelse 15.29 KB
Antal Installationer 1,529
Nuværende Version 0.2
Senest Opdateret 2020-12-02
Udgivelsesdato 2020-12-02
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler iptcappsmanagement
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://iptc.org/standards/photo-metadata/browser-extensions/
Hjælpeside-URL https://iptc.org/standards/photo-metadata/browser-extensions/
URL til Fortrolighedspolitik Side https://iptc.org/documents/privacy-notice-for-public-iptc-websites
Understøttede Sprog 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
}