To Google Lens

To Google Lens

Take a screenshot of a webpage and search on Google Lens.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "To Google Lens",
  "version": "2.7.1",
  "permissions": [
    "menus",
    "activeTab",
    "<all_urls>"
  ],
  "description": "Take a screenshot of a webpage and search on Google Lens.",
  "icons": {
    "32": "32.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "purify.min.js",
      "bg.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{364d5268-5d27-4c8f-a51d-eb3c674ff8ad}"
    }
  }
}