Send to Exif Viewer

This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.

Send to Exif Viewer là gì?

Send to Exif Viewer là một tiện ích mở rộng Chrome được phát triển bởi José Tomás Tocino, và tính năng chính của nó là "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send to Exif Viewer

Tải xuống các tệp mở rộng Send to Exif 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

                        Do you like checking the EXIF information of the images you find on the Internet? 

This extension will add an additional item to the context menu of the images which will open a new tab with the image in a metadata viewer.

Piece of cake! It can't be any easier.                    

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

Tên Send to Exif Viewer Send to Exif Viewer
ID gogiienhpamfmodmlnhdljokkjiapfck
URL Chính Thức https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck
Mô tả This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Kích Thước Tệp 323 KB
Số Lần Cài Đặt 7,345
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2022-01-13
Ngày Phát Hành 2017-01-15
Đánh Giá 4.15/5 Tổng số 46 Đánh Giá
Nhà Phát Triển José Tomás Tocino
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Exif Viewer",
    "description": "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.",
    "version": "2.1",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "send-to-exif-viewer.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}