Original idea is from this post
- 
Open a tab and navigate to the website where you have content to export.
 - 
Open devtools and switch to the console tab.
 - 
Copy and paste the following snippet in the console and Chrome should ask you to save the output file
 
var obj = JSON.stringify(localStorage, null, 4)