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é es IPTC Photo Metadata inspector?
IPTC Photo Metadata inspector es una extensión de Chrome desarrollada por iptcappsmanagement, y su función principal es "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IPTC Photo Metadata inspector
Descarga archivos de extensión IPTC Photo Metadata inspector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | IPTC Photo Metadata inspector |
ID | ejadeefikdifbfnhokdodfphhkimbelb |
URL Oficial | https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb |
Descripción | Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image. |
Tamaño del Archivo | 15.29 KB |
Cantidad de Instalaciones | 1,529 |
Versión Actual | 0.2 |
Última Actualización | 2020-12-02 |
Fecha de Publicación | 2020-12-02 |
Calificación | 3.33/5 Total de 3 Calificaciones |
Desarrollador | iptcappsmanagement |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://iptc.org/standards/photo-metadata/browser-extensions/ |
URL de la Página de Ayuda | https://iptc.org/standards/photo-metadata/browser-extensions/ |
URL de la Página de Política de Privacidad | https://iptc.org/documents/privacy-notice-for-public-iptc-websites |
Idiomas Soportados | 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 } |