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"
      ]
    }
  ]
}

최고의 View Images in Google Search 대안

다음은 View Images in Google Search과(와) 유사한 Firefox add-on입니다: