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文件
下載Exif Metadata Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [] } } |