local storage dev tools plasmo
Hi all,
I am trying to locate the storage api data. I am aware the data is stored in chrome.storage and I tried going to the devtools to get the data. However, I am not able to get the data set in chrome.storage why?. In the extension console I have tried getting it with:
await chrome.storage.local.get(console.log);
but I cannot find it there. I am storing the data by just setting a key like storage.set('123','value').
Is there some way to see the storage api in dev tools?.
1 Reply
@luka has reached level 2. GG!