How do I open `.localstorage` files from Local Storage folder?

9

2

I want to open Local Storage files of Google Chrome. I found where Chrome stores them, but I could not open them.

How can I do that?

jamjam

Posted 2011-11-08T18:18:01.570

Reputation: 93

1brew install sqlitebrowser – davidcondrey – 2015-06-09T05:49:35.877

what is that, where does it go/ – wizlog – 2017-09-11T19:34:45.043

Answers

11

You can browse .localstorage files by a SQLite browser, such as the open source program called sql-lite database browser

On macOS, you can install via Brew: brew install sqlite.

wizlog

Posted 2011-11-08T18:18:01.570

Reputation: 12 320