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.

Qu'est-ce que IPTC Photo Metadata inspector ?

IPTC Photo Metadata inspector est une extension Chrome développée par iptcappsmanagement, et sa fonction principale est "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IPTC Photo Metadata inspector

Téléchargez les fichiers d'extension IPTC Photo Metadata inspector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IPTC Photo Metadata inspector IPTC Photo Metadata inspector
ID ejadeefikdifbfnhokdodfphhkimbelb
URL Officiel 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.
Taille du Fichier 15.29 KB
Nombre d'Installations 1,529
Version Actuelle 0.2
Dernière Mise à Jour 2020-12-02
Date de Publication 2020-12-02
Évaluation 3.33/5 Total 3 Évaluations
Développeur iptcappsmanagement
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://iptc.org/standards/photo-metadata/browser-extensions/
URL de la Page d'Aide https://iptc.org/standards/photo-metadata/browser-extensions/
URL de la Page de Politique de Confidentialité https://iptc.org/documents/privacy-notice-for-public-iptc-websites
Langues Prises en Charge 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
}