Image Options

Image Options

Adds options to the context menu to open an image in a new tab or to search it on Google. Source code : https://github.com/thom-s/ff-image-options

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Image Options",
  "version": "2.0",
  "permissions": [
    "menus"
  ],
  "description": "Adds options to the context menu to open an image in a new tab or to search it on the following search engines: Google Lens, Bing, TinEye, Yandex & ImgOps.",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}