storage-area-explorer
storage-area-explorer copied to clipboard
Does not work with service worker DevTools
So, in an MV3 Chrome Extension, the service worker of a given project can interact with chrome.storage. However, when I install this plugin and choose to view the service worker's DevTools, I cannot access the Storage Explorer menu item. Instead, I had to add a function to my service-worker.js file like, "openSpecialPage()" and call it from DevTools console of that service worker, in order for me to open DevTools on that and then choose the Storage Explorer menu item. It would basically open a dummy HTML file from my extension on something like chrome-extension://{my extension ID}/page.html, whereby I might rightclick it, choose Inspect (to get DevTools), and then choose Storage Explorer tab.
It would be nice to see a future version update the DevTools of even the service worker so that I can edit chrome.storage items from there.