Image Backtrace!

Backtrace images like a sir. Get all the information easily from the image context menu
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}