recent-pdf
recent-pdf copied to clipboard
use local storage for data
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.
Can I also take on this as well?
@JuliaFC Yes. I would like to talk about how you want to implement it though :)
@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 Nothing to discuss right away. I think that we should use the chrome.storage api.