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 là gì?
IPTC Photo Metadata inspector là một tiện ích mở rộng Chrome được phát triển bởi iptcappsmanagement, và tính năng chính của nó là "Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IPTC Photo Metadata inspector
Tải xuống các tệp mở rộng IPTC Photo Metadata inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IPTC Photo Metadata inspector |
ID | ejadeefikdifbfnhokdodfphhkimbelb |
URL Chính Thức | https://chromewebstore.google.com/detail/iptc-photo-metadata-inspe/ejadeefikdifbfnhokdodfphhkimbelb |
Mô tả | Right-click on any image and select "View IPTC Photo Metadata". IPTC's GetPMD tool shows all metadata embedded in the image. |
Kích Thước Tệp | 15.29 KB |
Số Lần Cài Đặt | 1,529 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2020-12-02 |
Ngày Phát Hành | 2020-12-02 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | iptcappsmanagement |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://iptc.org/standards/photo-metadata/browser-extensions/ |
URL Trang Trợ Giúp | https://iptc.org/standards/photo-metadata/browser-extensions/ |
URL Trang Chính Sách Bảo Mật | https://iptc.org/documents/privacy-notice-for-public-iptc-websites |
Ngôn Ngữ Được Hỗ Trợ | 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 } |