Gold Image info

Gold Image info

Provide all information about the image and also includes EXIF data

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Gold Image info",
  "version": "2.3.1",
  "description": "Provide all information about the image and also includes EXIF data",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "minimum_chrome_version": "6.0.0.0",
  "icons": {
    "16": "goldimageinfo-16.png",
    "48": "goldimageinfo-48.png",
    "128": "goldimageinfo-128.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}