
My localStorage, Cookies and IndexedDB debugging tool passed 30+ users and got the "Featured Badge" recently :D
As debugging localStorage, sessionStorage, Cookies and IndexedDB in the built-in devtool is really painful, and has a worse UX, so, I made Easy Local Storage Manager
it let's you mange these for any website instantly in the sidebar which has a very intuitive UI and UX to mange these, it has built-in JSON editor for values that has json data
you can directly decode and view any JWT value in it, you can also track which part of your application is changing any localStorage or sessionStorage data using the stack trace, you can also track Cookies data changes as well, but it doesn't have stack tracing
some other features:
- export/import any storage data
- edit in bulk
- copy any one or more data in different formats including Markdown
- multiple user profile creation with their isolated storage and cookies data for testing different user roles
Install and use it for FREE: https://chromewebstore.google.com/detail/cnmpfamlolfgahjambofnemellgdddia?utm_source=item-share-cb
