Google-chrome – Search multiple search engines with a single keyword at the same time in Chrome

browser-addonsgoogle-chromesearch-engines

I want to search multiple websites at once by using a keyword trigger in Google Chrome. I am trying to achieve this with Javascript as described in this topic over at mozillazine.

This is the code that supposedly works in Firefox:

javascript:void(window.open('http://www.google.com/search?q=%s'));void(window.open('http://www.altavista.com/web/results?q=%s'))

I have tried to insert this code into the "URL with %s in place of query" (right click address bar -> Edit search engines) but nothing happens when I invoke it. Is it possible to get this to work this way or another in Chrome? I would prefer to achieve this without extensions. I would appreciate a comment if it is impossible. Thank you!

Best Answer

This isn't exactly what you were looking for, but it is quite helpful. Search Center which is an addon to Chrome, lets you search many sites an you can add your own too.