Find Image In...

Find Image In...

Easy search by image, in Google or Yandex, just a few clicks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDesc__",
  "author": "Urban Zen",
  "version": "1.2.4resigned1",
  "default_locale": "en",
  "icons": {
    "128": "/imgs/ext-icon.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "{f1942b38-0b02-4e65-9228-731c321715fe}"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/page.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab",
    "contextMenus"
  ]
}