I wrote a bookmarklet to set a second search engine in Google Chrome, it will show a dialog box lets you enter the search keywords, and then locates to Google Image search engine.
URL: Set a second search engine
Codes:
Code:javascript:search_words=prompt('Search%20Google%20Image','');%20if%20(%20search_words%20)%20{%20location.href%20=%20'http://images.google.com/images?q='%20+%20search_words;}else{void(null)}


LinkBack URL
About LinkBacks



Reply With Quote


