Exif Metadata Viewer
Read meta information of audio, video, image, PDF, and many more files (powered by ExifTool)
Exif Metadata Viewer là gì?
Exif Metadata Viewer là một tiện ích mở rộng Chrome được phát triển bởi lunu.bounir, và tính năng chính của nó là "Read meta information of audio, video, image, PDF, and many more files (powered by ExifTool)".
Ả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 Exif Metadata Viewer
Tải xuống các tệp mở rộng Exif Metadata Viewer 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
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Exif Metadata Viewer |
ID | gkpgpjiklbmajkophlgflgnehplbcppj |
URL Chính Thức | https://chromewebstore.google.com/detail/exif-metadata-viewer/gkpgpjiklbmajkophlgflgnehplbcppj |
Mô tả | Read meta information of audio, video, image, PDF, and many more files (powered by ExifTool) |
Kích Thước Tệp | 7.05 MB |
Số Lần Cài Đặt | 911 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2023-11-09 |
Ngày Phát Hành | 2023-01-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | lunu.bounir |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webextension.org/listing/metadata-viewer.html |
URL Trang Trợ Giúp | https://webextension.org/listing/metadata-viewer.html |
URL Trang Chính Sách Bảo Mật | https://add0n.com/policies/lunu.bounir.txt |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } } |