Brawl345/Image-Reverse-Search-WebExtension

Support other search providers

quassy opened this issue · 2 comments

I'm not sure you actually want to allow more options (as the extension is named with Google) but adding Bing and TinyEye (and probably others) as an option could be done quite easily as the __URL__ is also passed as a parameter:

https://www.bing.com/images/search?q=imgurl%3A__URL__
https://www.tineye.com/parse?url=__URL__

Changing the name is not a big deal, I'm currently rewriting the extension to use Promises and integrating a few options:
screenshot

But it will only run in Firefox, not sure if I will adjust it to work in Chrome/Opera, they don't support Promises in extensions sadly.

EDIT: I chose this instead of a cascaded context menu, because I wanted to keep the one menu entry for quick searching

Submitted to AMO! Final design for settings:
2

EDIT: It's live!