Send to Exif Viewer

Send to Exif Viewer

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

Merlin
Additional files are visible only to premium users

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"
  }
}