recent-pdf icon indicating copy to clipboard operation
recent-pdf copied to clipboard

use local storage for data

Open alexweininger opened this issue 5 years ago • 4 comments

Right now, RecentPDF can only load so many PDFs limited by the history API chrome provides.

If RecentPDF stored data about PDFs via a local json file. RecentPDF could prove to be a lot more useful. As well as a lot faster.

alexweininger avatar Apr 23 '19 20:04 alexweininger

Can I also take on this as well?

JuliaFC avatar Oct 07 '19 19:10 JuliaFC

@JuliaFC Yes. I would like to talk about how you want to implement it though :)

alexweininger avatar Oct 07 '19 19:10 alexweininger

@alexweininger absolutely! As soon as I read through the code and study the best way to do it, I'd be happy to talk to you about it! Or is there anything you'd like to discuss right away?

JuliaFC avatar Oct 08 '19 10:10 JuliaFC

@JuliaFC Nothing to discuss right away. I think that we should use the chrome.storage api.

alexweininger avatar Oct 09 '19 00:10 alexweininger