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.

O que é IPTC Photo Metadata inspector?

IPTC Photo Metadata inspector é uma extensão do Chrome desenvolvida por iptcappsmanagement, e sua principal característica é "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão IPTC Photo Metadata inspector

Baixe arquivos de extensão IPTC Photo Metadata inspector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome IPTC Photo Metadata inspector IPTC Photo Metadata inspector
ID ejadeefikdifbfnhokdodfphhkimbelb
URL Oficial https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb
Descrição Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.
Tamanho do Arquivo 15.29 KB
Contagem de Instalações 1,529
Versão Atual 0.2
Última Atualização 2020-12-02
Data de Publicação 2020-12-02
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor iptcappsmanagement
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://iptc.org/standards/photo-metadata/browser-extensions/
URL da Página de Ajuda https://iptc.org/standards/photo-metadata/browser-extensions/
URL da Página de Política de Privacidade https://iptc.org/documents/privacy-notice-for-public-iptc-websites
Idiomas Suportados 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
}