Skip to content

Deliaz/local-storage-explorer

Repository files navigation

Node.js CI Chrome Web Store

Local Storage Explorer

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.

Local Storage Explorer logo

» Install from Chrome Web Store

Features

  • JSON parser & beautifier
  • Shows value type and length
  • Delete keys and clear storage in one click
  • Light and Dark themes
  • Adaptive design

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

Contribute

To build extension just run:

  1. npm install
  2. gulp

It will create two folders:

  • build/ – contains built files
  • dist/ – contains compressed zip-file with files from build