Send to Exif Viewer

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

什麼是Send to Exif Viewer?

Send to Exif Viewer是由José Tomás Tocino開發的Chrome擴展程式,該擴展的主要功能是“This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.”。

擴展截圖

screenshot

下載Send to Exif Viewer擴展crx文件

下載Send to Exif Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Send to Exif Viewer Send to Exif Viewer
ID gogiienhpamfmodmlnhdljokkjiapfck
官方網址 https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck
簡介 This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
檔案大小 323 KB
安裝次數 7,345
目前版本 2.1
更新時間 2022-01-13
上架時間 2017-01-15
評分 4.15/5 共 46 次評分
開發者 José Tomás Tocino
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}