/local-storage-explorer

Extension for Google Chrome

Primary LanguageJavaScriptMIT LicenseMIT

Build Status Chrome Web Store

Local Storage Explorer

Google Chrome 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 built

Todo list

  • parse JWT tokens
  • make i18n
  • comments
  • adjustable width of key list
  • keyboard navigation in key list
  • open by browser action?
  • choose better icons
  • parse timestamps
  • other json-view libraries?