WebExtension which adds an option to the context menu to search with an image on various services, such as Google, Bing, Yandex, TinEye, SauceNAO and IQDB. The user can also add custom search engines. Has options to open the search page in a background tab and left or right to the current tab or at the end of the tabstrip, too.
- Available for Firefox on addons.mozilla.org
- Available for Chrome and Edge in the Chrome Web Store
- Available for Opera in the Opera Add-Ons Store
- Available for other Chromium-based browsers in the Releases section (drag CRX into chrome:https://extensions, only for browser which do not enforce signing)
- Add multiple custom search providers with your own URL
- Name them and upload a custom icon
- Show multiple search providers in a submenu
- Open search page left, right or at the end
- Open search page in background or foreground
git clone ...
npm ci
npm run dev
npm run start:chrome
ornpm run start:firefox