Image Searcher Firefox

Examine source code of Image Searcher

Inspect and view changes in Image Searcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Searcher",
  "version": "1.12",
  "description": "Allows selecting an area of the page to do a reverse image search.",
  "icons": {
    "48": "icons/border-48.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "clipboardRead",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "reverse-image.js"
      ]
    },
    {
      "matches": [
        "https://yandex.com/images/"
      ],
      "js": [
        "yandex.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c0b3d6ca-2fe7-4497-859d-06af5a755595}"
    }
  }
}

Best Image Searcher Alternatives

Here are some Firefox add-ons that are similar to Image Searcher: