Send to Exif Viewer

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

What is Send to Exif Viewer?

Send to Exif Viewer is a Chrome extension developed by José Tomás Tocino, and its main feature is "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".

Extension Screenshots

screenshot

Download Send to Exif Viewer Extension CRX File

Download Send to Exif Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Send to Exif Viewer Send to Exif Viewer
ID gogiienhpamfmodmlnhdljokkjiapfck
Official URL https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck
Description This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
File Size 323 KB
Installation Count 7,345
Current Version 2.1
Last Updated 2022-01-13
Publish Date 2017-01-15
Rating 4.15/5 Total 46 Ratings
Developer José Tomás Tocino
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}