How to execute a search query in Chrome omnibox with extension?
I am looking for something similar to:
chrome.tabs.create({ 'url': 'some/relative/or/absolute/url' });
where url can be any string, and the behavior is the same as typing a string in omnibox.
thanks
source share