Exifer-dexifer - Photo Image Metadata Viewer

Exifer-dexifer enables you to view and analyze the metadata, including EXIF, embedded in any image on Internet, in a click

Exifer-dexifer - Photo Image Metadata Viewer là gì?

Exifer-dexifer - Photo Image Metadata Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://yatsiv.com, và tính năng chính của nó là "Exifer-dexifer enables you to view and analyze the metadata, including EXIF, embedded in any image on Internet, in a click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Exifer-dexifer - Photo Image Metadata Viewer

Tải xuống các tệp mở rộng Exifer-dexifer - Photo Image 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

                        Exifer-dexifer enables you to view and analyze the metadata, including EXIF, embedded into any image on the Internet. It is designed to make metadata inspection accessible to everyone, regardless of technical expertise.

Key Features:

🔎 Inspect metadata effortlessly: View additional information in your images, including camera settings, dates, times, and locations, to make informed decisions about sharing or editing your photos.

🔎 Improve your photography skills: Use the extension as an educational tool to analyze various parameters and conditions under which your photos were taken, and apply those insights to enhance your photography.

🔎 Verify content authenticity: Examine image metadata to verify the source, authenticity, and capture conditions of images found online, which can be useful for fact-checking, journalism, or copyright protection.

🔎 Organize and manage your images: Use metadata information to sort, categorize, and archive your image collection more effectively.

🔎 Elevate your photography experience and safeguard your privacy with the Image Metadata Viewer extension. Discover the wealth of information hidden within your images and make the most of your digital content!

Works with:

JPG, JPEG, PNG, TIFF

Images with no extensions in URL may be not supported. Please feel free to report any issues with the extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Exifer-dexifer - Photo Image Metadata Viewer Exifer-dexifer - Photo Image Metadata Viewer
ID baccbjafofklcjgfgpbclajoghfpjpme
URL Chính Thức https://chromewebstore.google.com/detail/exifer-dexifer-photo-imag/baccbjafofklcjgfgpbclajoghfpjpme
Mô tả Exifer-dexifer enables you to view and analyze the metadata, including EXIF, embedded in any image on Internet, in a click
Kích Thước Tệp 12.07 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.03
Cập Nhật Lần Cuối 2023-09-17
Ngày Phát Hành 2023-04-26
Nhà Phát Triển https://yatsiv.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yatsiv.com/e/exifer-dexifer
URL Trang Trợ Giúp https://yatsiv.com/f/exifer-dexifer
URL Trang Chính Sách Bảo Mật https://yatsiv.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Exifer-dexifer - Photo Image Metadata Viewer",
    "version": "1.03",
    "description": "Exifer-dexifer enables you to view and analyze the metadata, including EXIF, embedded in any image on Internet, in a click",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}