Better Devtools Storage is a DevTools tab that replaces the default chrome application storage tab with a user friendly interface for viewing, editing and searching localStorage, sessionStorage and cookies.
Features:
- Search - Search across all keys and values instantly.
- Syntax Highlighting - Live syntax highlighting for JSON values.
- Edit Keys - Add, update, and delete localStorage, sessionStorage and site cookies.
- Clear Values - Clear localStorage, sessionStorage and site cookies.
- Delete Keys - Delete keys from localStorage, sessionStorage and site cookies.
- Copy Values - Easily copy values to your clipboard.
- Responsive - Supports horizontal, vertical, docked, and undocked DevTools layouts.
Or download the latest build from the GitHub Releases.
- Clone or fork the repository
git@github.com:daintydust/better-devtools-storage.git. - Install dependencies, typically by
npm installin the root of the directory. - Run
npm run buildto build the extension. - The compiled extension will be available in the
/distdirectory.
- Clone or fork the repository
git@github.com:daintydust/better-devtools-storage.git. - Install dependencies, typically by
npm installin the root of the directory. - Run
npm run devto run the development server. - Navigate to
chrome://extensions/and enable Developer mode (top-right). - Click Load unpacked and add
/distdirectory from your cloned repository. - Open DevTools and navigate to the Better Devtools Storage tab.
