Send to Exif Viewer

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

Apa itu Send to Exif Viewer?

Send to Exif Viewer adalah ekstensi Chrome yang dikembangkan oleh José Tomás Tocino, dan fitur utamanya adalah "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Send to Exif Viewer

Unduh file ekstensi Send to Exif Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Send to Exif Viewer Send to Exif Viewer
ID gogiienhpamfmodmlnhdljokkjiapfck
URL Resmi https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck
Deskripsi This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Ukuran File 323 KB
Jumlah Instalasi 7,345
Versi Saat Ini 2.1
Terakhir Diperbarui 2022-01-13
Tanggal Publikasi 2017-01-15
Penilaian 4.15/5 Total 46 Penilaian
Pengembang José Tomás Tocino
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}