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.
Co to jest IPTC Photo Metadata inspector?
IPTC Photo Metadata inspector to rozszerzenie Chrome opracowane przez iptcappsmanagement, a jego główną funkcją jest „Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IPTC Photo Metadata inspector
Pobierz pliki rozszerzeń IPTC Photo Metadata inspector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | IPTC Photo Metadata inspector |
ID | ejadeefikdifbfnhokdodfphhkimbelb |
Oficjalny URL | https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb |
Opis | Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image. |
Rozmiar pliku | 15.29 KB |
Liczba instalacji | 1,529 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2020-12-02 |
Data Publikacji | 2020-12-02 |
Ocena | 3.33/5 Łącznie 3 Oceny |
Deweloper | iptcappsmanagement |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://iptc.org/standards/photo-metadata/browser-extensions/ |
Adres URL Strony Pomocy | https://iptc.org/standards/photo-metadata/browser-extensions/ |
Adres URL Strony Polityki Prywatności | https://iptc.org/documents/privacy-notice-for-public-iptc-websites |
Obsługiwane Języki | 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 } |