Interesting… Google Now comes to Google Chrome.

Interesting… Google Now comes to Google Chrome.

Will you be using this? Have you even heard of Google Now? Thoughts please!

Originally shared by François Beaufort

Google Now is behind an eponymous flag in chrome://flags in the last Chromium build (download-chromium.appspot.com).

Sadly, we still can’t play with it yet because the Google Now server URL still remains secret.

If you know it though, all you have to do is set

localStorage[‘server_url’] = ‘http://example.com‘; in the background page.

Source: http://codereview.chromium.org/12508004/

Ian Anderson Gray