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.
Что такое IPTC Photo Metadata inspector?
IPTC Photo Metadata inspector - это расширение Chrome, разработанное iptcappsmanagement, и его основная функция - "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".
Снимки экрана расширения
Скачать файл CRX расширения IPTC Photo Metadata inspector
Скачайте файлы расширений IPTC Photo Metadata inspector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | IPTC Photo Metadata inspector |
ID | ejadeefikdifbfnhokdodfphhkimbelb |
Официальный URL | https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb |
Описание | Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image. |
Размер файла | 15.29 KB |
Количество установок | 1,529 |
Текущая Версия | 0.2 |
Последнее Обновление | 2020-12-02 |
Дата публикации | 2020-12-02 |
Рейтинг | 3.33/5 Всего 3 оценок |
Разработчик | iptcappsmanagement |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://iptc.org/standards/photo-metadata/browser-extensions/ |
URL страницы помощи | https://iptc.org/standards/photo-metadata/browser-extensions/ |
URL страницы политики конфиденциальности | https://iptc.org/documents/privacy-notice-for-public-iptc-websites |
Поддерживаемые языки | 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 } |