Send to Exif Viewer

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

Co to jest Send to Exif Viewer?

Send to Exif Viewer to rozszerzenie Chrome opracowane przez José Tomás Tocino, a jego główną funkcją jest „This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Send to Exif Viewer

Pobierz pliki rozszerzeń Send to Exif Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Send to Exif Viewer Send to Exif Viewer
ID gogiienhpamfmodmlnhdljokkjiapfck
Oficjalny URL https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck
Opis This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Rozmiar pliku 323 KB
Liczba instalacji 7,345
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2022-01-13
Data Publikacji 2017-01-15
Ocena 4.15/5 Łącznie 46 Oceny
Deweloper José Tomás Tocino
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}