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은(는) iptcappsmanagement에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |