Advertisement |
What is the "Metadata Viewer" extension and how does it work?
This extension allows you to extract metadata from any file type. After installation, it adds an action button to your browser toolbar, which may be hidden in the extension bar. To access it, click on the extension icon and pin the action button to the toolbar area. Click on the icon to open a new inspection window, where you can double-click the interface or drag and drop files to view their metadata. The extension supports multiple file uploads and lists each file and its metadata in the interface. It uses the ExifTool Perl library to extract the metadata, which is widely supported for reading metadata of a vast majority of file formats. Each file's metadata is grouped separately in the interface.
recommended "Open In VLC" extension for Chrome, Edge, Opera and Firefox browsers.
"Open in VLC" is a browser extension that lets you stream online videos directly in VLC Media Player. It supports various video platforms and provides a seamless way to bypass in-browser playback for improved performance and more features. Read more here.
What's new in this version?
Please check the Logs section.
What is ExifTool?
ExifTool is a command-line application and Perl library for reading and writing metadata in many formats, including image, audio, and video formats like JPEG, TIFF, PNG, and PDF. ExifTool supports many different metadata formats, including Exif, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, and ID3, as well as manufacturer-specific metadata. It is widely used for reading, writing, and editing metadata in digital photographs and other files.
What is the meaning of groups used by this extension to categorize metadata tags?
ExifTool supports many different tag groups depending on the file format. Here is a list of some of the common tag groups:
What does the "read-only" column in the viewer's interface indicate?
Some tags may be marked as "not writable" or "not deletable" in ExifTool because they are considered critical to the file format and the software that uses the file. For example, certain Exif tags, such as the date the photo was taken, are considered important and should not be altered. Additionally, some tags may be protected by the file format or by the software used to create or edit the file, and cannot be modified without potentially causing errors or corrupting the file. Other tags may be protected by the copyright holder or may be used by the operating system or other software and should not be modified.
How does the extension execute ExifTool's code in the browser?
The extension utilizes WebPerl to execute ExifTool's Perl code within the browser by translating Perl's source code to JavaScript using Emscripten. It stores the information in the browser's memory and only needs to provide the library with a small portion of the file, typically the headers, for most file formats.
How can I add a context menu to directly view image metadata on web pages?
Starting from version 0.1.4, you can activate a context menu feature within the extension's settings. To use this feature, you need to grant the extension both context menu and host permissions. This access is necessary for fetching resources from the internet to inspect metadata. It's recommended to limit usage to small image files, as the extension must load the image content into memory for inspection. For larger files, drag and drop them into the extension's interface. This method prevents the extension from loading the entire file into memory, making it more efficient for handling large files.
Please keep reviews clean, avoid improper language, and do not post any personal information. Also, please consider sharing your valuable input on the official store.
Permission | Description |
---|---|
storage | this is used to store internal preferences |