Brawl345/Image-Reverse-Search-WebExtension

Google Lens Support

Closed this issue · 2 comments

There's currently an FF addon that does this, so I'm guessing it should be possible
https://addons.mozilla.org/en-US/firefox/addon/to-google-lens/
Repo:
https://github.com/kabuspl/to-google-lens

This uses a content script which sends the image with a POST request to Google Lens which I won't implement since I want to restrict this addon to the context menu. I haven't found a way for Google Lens to accept images from URLs so I'm marking this as "wontfix". Sorry.

Yea I noticed that, wasn't sure whether or not you'd want to make a separate request, worth a try 🤷