storage-area-explorer icon indicating copy to clipboard operation
storage-area-explorer copied to clipboard

Not working anymore

Open blemoine167 opened this issue 3 years ago • 6 comments

I've used this plugin some months ago without issue. But now it does not work anymore on neither of my computers. I suspect it due to a chrome update. Now when you go on the tab of the plugin in the dev tools it keeps blinking.

Here is an animated gif to show you : Enregistrer l'écran 2022-01-26 à 10 44 14

blemoine167 avatar Jan 26 '22 10:01 blemoine167

Can you share some details about your environment? e.g. precise chrome version, and on what pages/extensions you've tried. I couldn't reproduce this on my machine (Chrome 97.0.4692.99 (Official Build) (arm64)), i've tried inspecting google.com, bitwarden extension and seems to work 🤷

jusio avatar Jan 27 '22 19:01 jusio

same problem, my environment is Version 98.0.4753.0 (Developer Build) (arm64) mac book m1 pro, when open the background page

jiangxiaoqiang avatar Feb 19 '22 14:02 jiangxiaoqiang

Doesn't work for me either. In my case, I only see window.sessionStorage and window.localStorage. But I wanted my chrome.storage.sync data. I also couldn't find any options for adding it.

aderchox avatar Jul 20 '22 16:07 aderchox

If I open the Storage Explorer tab on a web page it works fine.

However if from chrome://extensions/ I open the background page of the Storage Area Explorer extension, and then open the Storage Explorer tab I get this flicker:

https://user-images.githubusercontent.com/6142418/202650693-08b4b247-768a-4f9f-a325-1d9f8e348d32.mov

Chrome: Version 107.0.5304.110 (Official Build) (arm64)

MacOK Ventura. Version 13.0 (22A380)

jameschetwood avatar Nov 18 '22 08:11 jameschetwood

If from chrome://extensions/ I open the service worker in my own extension that I'm developing locally, and then click on the Storage Explorer tab then it says "Explorer is disabled on normal web pages or extensions without storage permission"

However under "permissions" in my manifest.json I do have "storage". I'm using "manifest_version" 3.

UPDATE: This worked for me https://stackoverflow.com/questions/32435399/inspect-extensions-chrome-storage-in-devtools

jameschetwood avatar Nov 18 '22 08:11 jameschetwood

i was suffering from the same problem, good tip @jameschetwood, thanks!

st333v avatar Jan 06 '23 15:01 st333v