I am writing a Chrome extension try to distinguish the search made by Omnibox (address bar) and google.com.
I notice that if I make a search directly from google, the url looks like https://www.google.com/#q=example. While if I search from the Omnibox, the url looks like https://www.google.com/webhp?sourceid=chrome-instant&rlz=1&ion=1&espv=2&ie=UTF-8#q=example
I can distinguish the difference from the url here. But if I make another search in the page opened by Ominbox, it still shows https://www.google.com/webhp?sourceid=chrome-instant&rlz=1&ion=1&espv=2&ie=UTF-8#q=example
Then I am not able to distinguish the difference here.
Is there any way to achieve this?