I've been developing a Javascript table component[1] for a little while, and a few weeks ago I was working on a demo page to show some examples. I picked a few stocks off the top of my head (AAPL, MSFT, GOOG, FB, JPM, C, VZ), and created a page that included a table with dummy data that changed every few seconds. The page is now viewable at http://jwoah12.github.io/aTable/demo.html#dynamicDataWorker, but at the time was only on my local machine. I was predominantly using Chrome to test the page. Later that day I happened to open up Google Now on my Galaxy Nexus, and noticed that there was a new card showing stock quotes.[2] Creepily, the stocks were all exactly the same as the ones I chose for my test page. I figure Chrome must have scraped the data and used it to show me the quotes in Google Now. Has anyone else seen behavior like this? I have to admit I don't like the idea of Google scraping local files I'm viewing.
[1] ATable - http://jwoah12.github.io/aTable
[2] http://jwoah12.github.io/aTable/gnow_stocks.jpg
I'm not sure why you'd expect local pages to be treated any differently in terms of extracting signals to feed into the model of what is of interest to you to be shown in Now.