rohitbatra1 / Safari-Reverse-Image-Search

Reverse Image Search for Safari
5 stars 1 forks source link

add Bing as a reverse image search provider #1

Closed heptal closed 4 years ago

heptal commented 4 years ago

Bing's consumer-facing reverse image search is comparable to Yandex's (it's very good)

let queryUrl = `https://www.bing.com/images/search?view=detailv2&iss=sbi&sim=1&q=imgurl:${imageUrl}`
rohitbatra1 commented 4 years ago

I'd like to first implement a menu in the app which allows users to select which search engines they would like to have on so the extension doesn't fill up the context menu with unused options.

I haven't gotten around to doing this yet, but once I do, hopefully soon, i'll be sure to add Bing.

rohitbatra1 commented 4 years ago

I've added Bing as a search engine in the latest release: ImageFinder for Safari.app.zip.

I haven't yet implemented the menu, so this release will not be published on the app store.