Send to Exif Viewer

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

Qu'est-ce que Send to Exif Viewer ?

Send to Exif Viewer est une extension Chrome développée par José Tomás Tocino, et sa fonction principale est "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Send to Exif Viewer

Téléchargez les fichiers d'extension Send to Exif Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Send to Exif Viewer Send to Exif Viewer
ID gogiienhpamfmodmlnhdljokkjiapfck
URL Officiel 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.
Taille du Fichier 323 KB
Nombre d'Installations 7,345
Version Actuelle 2.1
Dernière Mise à Jour 2022-01-13
Date de Publication 2017-01-15
Évaluation 4.15/5 Total 46 Évaluations
Développeur José Tomás Tocino
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}