Chrome Extension which let's you right-click any image and directly obtain result URLs from Search-By-Image results. Experimental :)
While this extension is enabled, right-click any image and click on the search-by-image contextMenu option.
It'll open a new Google Image Search tab for you and automatically open the Search by image box (because they decided to be tricky and hide it behind javascript/obfuscated URLs).
It will automatically fill the query with your image's URL and fire the search request.
Once the results page has loaded, this extension will extract just the result URLs and expose them directly in the DOM.
This is experimental and I don't feel like packaging a legit chrome extension (yet) - the easiest thing at the moment would be:
git clone http://github.com/keroserene/sbi-yank
- Open
chrome://extensions
- "Load unpacked extension..." the
sbi-yank
folder.