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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read meta information of audio, video, image, PDF, and many more files (powered by ExifTool)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Exif Metadata Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [] } } |