How to view / check local storage for Chrome extension?

I opened my background.html and checked "Resources → Local storage". It is always empty. But based on my debug info in codes, local storage is working fine.

So it works, but I want to see them.

I also checked "Resources → Local storage" on a regular page and showed the data well.

+5
source share
1 answer

Maybe this Chrome internal page (chrome: // appcache-internals /) will help you. It shows the cache for HTML5. Is this what you are looking for?

0
source

All Articles