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.
Wat is IPTC Photo Metadata inspector?
IPTC Photo Metadata inspector is een Chrome-extensie ontwikkeld door iptcappsmanagement, en de belangrijkste functie is "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".
Extensie Screenshots
Download het CRX-bestand van de extensie IPTC Photo Metadata inspector
Download IPTC Photo Metadata inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | IPTC Photo Metadata inspector |
ID | ejadeefikdifbfnhokdodfphhkimbelb |
Officiële URL | https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb |
Beschrijving | Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image. |
Bestandsgrootte | 15.29 KB |
Aantal Installaties | 1,529 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2020-12-02 |
Publicatiedatum | 2020-12-02 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | iptcappsmanagement |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://iptc.org/standards/photo-metadata/browser-extensions/ |
Help Pagina-URL | https://iptc.org/standards/photo-metadata/browser-extensions/ |
URL van de Privacybeleid Pagina | https://iptc.org/documents/privacy-notice-for-public-iptc-websites |
Ondersteunde Talen | 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 } |