Google Image Search Right Click Firefox

Examine source code of Google Image Search Right Click

Inspect and view changes in Google Image Search Right Click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Image Search for Google. Right click image and search image copies for Google.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "activeTab",
    "downloads",
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "cookies",
    "storage",
    "management"
  ],
  "version": "1.0.1resigned1",
  "applications": {
    "gecko": {
      "id": "google-image-search@cal"
    }
  },
  "default_locale": "en"
}

Best Google Image Search Right Click Alternatives

Here are some Firefox add-ons that are similar to Google Image Search Right Click: