Browser extension for Web Developers
Local Storage Explorer brings you better ability to explore localStorage and sessionStorage values. It integrates with DevTools panel and can parse and beautify JSON values.
» Install from Chrome Web Store
- JSON parser & beautifier
- Shows value type and length
- Delete keys and clear storage in one click
- Light and Dark themes
- Adaptive design
To build extension just run:
npm install
gulp
It will create two folders:
build/
– contains built filesdist/
– contains compressed zip-file with files frombuild