View Images in Google Search Firefox

Examine source code of View Images in Google Search

Inspect and view changes in View Images in Google Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "View Images",
  "version": "2.0",
  "description": "Restore the View Image button on Google Images",
  "author": "heubergen",
  "homepage_url": "https://github.com/heubergen/viewimages",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "include_globs": [
        "http://www.google.*/*",
        "https://www.google.*/*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "script.js"
      ]
    }
  ]
}

Mejores alternativas View Images in Google Search

Aquí hay algunas Firefox add-ons que son similares a View Images in Google Search: