Image Backtrace!

Image Backtrace!

Backtrace images like a sir. Get all the information easily from the image context menu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "description": "Backtrace images like a sir. Get all the information easily from the image context menu",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "name": "Image Backtrace!",
  "permissions": [
    "contextMenus",
    "http://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.1.2"
}