Exif Metadata Viewer
Read meta information of audio, video, image, PDF, and many more files (powered by ExifTool)
Exif Metadata Viewer란 무엇입니까?
Exif Metadata Viewer은(는) lunu.bounir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read meta information of audio, video, image, PDF, and many more files (powered by ExifTool)"입니다.
확장 프로그램 스크린샷
Exif Metadata Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The "Metadata Viewer" extension allows you to read metadata headers in image, audio, video, and PDF files. It utilizes the ExifTool library by Phil Harvey to read metadata information in the file header of a wide range of file formats. The extension runs on an isolated window. It can read many metadata including EXIF, and ID3. Features: Recognizes thousands of different tags Reads maker notes on many digital cameras Reads timed metadata (e.g. GPS track) from videos Reads structured XMP information. For a complete list of supported formats visit: https://exiftool.org/#supported Source Code: https://github.com/lunu-bounir/metadata-editor/
확장 프로그램 기본 정보
이름 | Exif Metadata Viewer |
ID | gkpgpjiklbmajkophlgflgnehplbcppj |
공식 URL | https://chromewebstore.google.com/detail/exif-metadata-viewer/gkpgpjiklbmajkophlgflgnehplbcppj |
설명 | Read meta information of audio, video, image, PDF, and many more files (powered by ExifTool) |
파일 크기 | 7.05 MB |
설치 횟수 | 911 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2023-11-09 |
출시 날짜 | 2023-01-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | lunu.bounir |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://webextension.org/listing/metadata-viewer.html |
도움말 페이지 URL | https://webextension.org/listing/metadata-viewer.html |
개인정보 보호 정책 페이지 URL | https://add0n.com/policies/lunu.bounir.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Exif Metadata Viewer", "description": "Read meta information of audio, video, image, PDF, and many more files (powered by ExifTool)", "version": "0.1.3", "manifest_version": 3, "permissions": [ "storage" ], "homepage_url": "https:\/\/webextension.org\/listing\/metadata-viewer.html", "background": { "service_worker": "worker.js" }, "action": { "default_title": "Open the Metadata Editor" }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "commands": { "_execute_action": [] } } |