6

I have a Chrome Extension and I'm able to view background page localStorage on the Resources tab of Developer Tools.

Is there a way to do the same for chrome.storage.local?

DanielG
  • 2,237
  • 1
  • 19
  • 19

2 Answers2

5

You can use this extension: https://chrome.google.com/webstore/detail/ocfjjjjhkpapocigimmppepjgfdecjkb

Here are the docs for extending Devtools: https://developer.chrome.com/extensions/devtools


Note: the extension may be disabled by default in Chrome. Here's how to manually re-enable it (hat tip @reccanti):

https://support.google.com/chrome_webstore/answer/2811969?hl=en

Trevor Reid
  • 3,310
  • 4
  • 27
  • 46
Daniel Herr
  • 19,083
  • 6
  • 44
  • 61
0

Use this extension as mentioned in Daniel Herr's answer. I wanted to add that it has been disabled by Chrome, though here's a way to manually re-enable it:

Trevor Reid
  • 3,310
  • 4
  • 27
  • 46