M
M
miner21002021-07-16 07:55:21
JavaScript
miner2100, 2021-07-16 07:55:21

How to find and see data stored in chrome.storage(local or sync)?

Butting with chrome.storage. I write and read data to the storage according to the given examples. All right.
But where in DevTools you can visually see the list of all variables stored in chrome.storage? I went through the DevTools panel, but didn't find anything ¯\_(ツ)_/¯ maybe I'm blind?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Kuznetsov, 2021-07-16
@dima9595

Dev-tools , Application tab .

G
GrayHorse, 2021-07-16
@GrayHorse

In console.
chrome.storage.local.get(console.log);
chrome.storage.sync.get(console.log);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question