Show HN: Archiving the Internet one page at a time
1–3 of 3 posts
Re: Show HN: Archiving the Internet one page at a time
#2Chrome extension to store and view all browsed content for offline browsing and archiving. Neat.
Re: Show HN: Archiving the Internet one page at a time
#3Chrome extension to store and view all browsed content for offline browsing and archiving. Neat.
Sorry actually it's not an extension, it's a "controller". It attaches to the debugging port of your Chrome instance.
I tried implementing it as an extension but there's a lot of (undocumented) differences to using CRDP [0] over websocket and over chrome.debugger extension API, so for now I gave up on the extension part of it.