Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to view chrome.storage.local in Developer Tools? [duplicate]

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?

like image 505
DanielG Avatar asked Sep 27 '22 17:09

DanielG


1 Answers

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

like image 121
Daniel Herr Avatar answered Nov 15 '22 13:11

Daniel Herr