the-hobbes / website_time_tracker

A chrome extension to track where you spend your time on the web.
Other
3 stars 1 forks source link

Pulling cross device history #12

Open jonedm opened 9 years ago

jonedm commented 9 years ago

@the-hobbes It'd be interesting to see how often sites are visited on mobile vs desktop

the-hobbes commented 9 years ago

Interesting: https://code.google.com/p/chromium/issues/detail?id=73812&q=Roy%20Kolak&colspec=ID%20Pri%20M%20Week%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified

I should experiment with maxResults set to 0, as in: chrome.history.search({ text: '', maxResults: 0, startTime: ... }, callback);

the-hobbes commented 9 years ago

This is a chrome feature request for pulling cross-device history: https://code.google.com/p/chromium/issues/detail?id=474511

And this is the original bug, currently blocking it: https://code.google.com/p/chromium/issues/detail?id=395955

Looks like they are active bugs, so we'll keep our fingers crossed that the chrome developers add the ability to do this in the future. For now, I'll keep an eye on the bugs and make modifications when (and if) a change gets implemented.