Google show image Firefox

Examine source code of Google show image

Inspect and view changes in Google show image source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google show image",
  "author": "Pythack",
  "version": "0.0.1",
  "description": "Adds the \"Show image\" button. ",
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "js": [
        "./add_button.js"
      ],
      "css": [
        "./inject.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "./background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6f673164-2184-4a1b-9a29-0f9952b53e94}"
    }
  }
}

Best Google show image Alternatives

Here are some Firefox add-ons that are similar to Google show image: