Send to Exif Viewer

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

Vad är Send to Exif Viewer?

Send to Exif Viewer är en Chrome-tillägg utvecklad av José Tomás Tocino, och dess huvudfunktion är "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".

Tilläggsskärmbilder

screenshot

Ladda ner Send to Exif Viewer-förlängningens CRX-fil

Ladda ner Send to Exif Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Send to Exif Viewer Send to Exif Viewer
ID gogiienhpamfmodmlnhdljokkjiapfck
Officiell webbadress https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck
Beskrivning This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Filstorlek 323 KB
Antal Installationer 7,345
Aktuell Version 2.1
Senast Uppdaterad 2022-01-13
Publiceringsdatum 2017-01-15
Betyg 4.15/5 Totalt 46 Betyg
Utvecklare José Tomás Tocino
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}