I am developing a chrome extension that shows some details about all google search results.
Basically, on a google search page, the results are held in a div with id('rcnt')
And when there are additional info it is placed inside this div with an id('rhs')
I tried placing my extension box everywhere but none of them work. Is anyone familiar with this?