Hi everyone,
a few days ago I published my first extension. My goal was to create a visual version of the browsing history. To do that, I needed to store the user's navigation data, since there’s some information—like the source and destination of a navigation—that I needed for my graph but wasn’t provided by the extension API.
Once I have all the data in the right format, I use D3 to render a node graph where each item represents a visit to a website, and visits are linked if there was a navigation between them. I hope you find it interesting, and I’d love to receive any feedback if you end up trying it out.
https://chromewebstore.google.com/detail/navigation-map/kkebgpfgdpekajfmcblmbeddlcmlhpcn
Regards,