Send to Exif Viewer

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

Wat is Send to Exif Viewer?

Send to Exif Viewer is een Chrome-extensie ontwikkeld door José Tomás Tocino, en de belangrijkste functie is "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Send to Exif Viewer

Download Send to Exif Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Send to Exif Viewer Send to Exif Viewer
ID gogiienhpamfmodmlnhdljokkjiapfck
Officiële URL https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck
Beschrijving This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Bestandsgrootte 323 KB
Aantal Installaties 7,345
Huidige Versie 2.1
Laatst Bijgewerkt 2022-01-13
Publicatiedatum 2017-01-15
Beoordeling 4.15/5 Totaal 46 Beoordelingen
Ontwikkelaar José Tomás Tocino
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}