napsternxg / ReadLater

This is a google chrome extension for saving links for later reading.
https://chrome.google.com/webstore/detail/read-later/nplngmgdacdfncdkpdomipkehfnbinfa
GNU General Public License v2.0
103 stars 36 forks source link

Allow exporting and importing URLs from JSON format for safety. #13

Closed napsternxg closed 7 years ago

napsternxg commented 7 years ago

This should help users to export the data saved in the storage as a raw file. Should be super easy by just doing storage.get and then download the content as json file.