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.

Cos'è IPTC Photo Metadata inspector?

IPTC Photo Metadata inspector è un'estensione di Chrome sviluppata da iptcappsmanagement, e la sua funzione principale è "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione IPTC Photo Metadata inspector

Scarica i file di estensione IPTC Photo Metadata inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IPTC Photo Metadata inspector IPTC Photo Metadata inspector
ID ejadeefikdifbfnhokdodfphhkimbelb
URL Ufficiale https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb
Descrizione Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.
Dimensione del File 15.29 KB
Conteggio Installazioni 1,529
Versione Corrente 0.2
Ultimo Aggiornamento 2020-12-02
Data di Pubblicazione 2020-12-02
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore iptcappsmanagement
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://iptc.org/standards/photo-metadata/browser-extensions/
URL della Pagina di Aiuto https://iptc.org/standards/photo-metadata/browser-extensions/
URL della Pagina della Politica sulla Privacy https://iptc.org/documents/privacy-notice-for-public-iptc-websites
Lingue Supportate 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
}