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
![Screenshot 1](/Deliaz/local-storage-explorer/raw/master/screenshots/Screen1.png)
![Screenshot 2](/Deliaz/local-storage-explorer/raw/master/screenshots/Screen2.png)
![Screenshot 3](/Deliaz/local-storage-explorer/raw/master/screenshots/Screen3.png)
To build extension just run:
npm install
gulp
It will create two folders:
build/
– contains built filesdist/
– contains compressed zip-file with files frombuild