LocalStorage Viewer is a Chrome extension that allows you to view and inspect the localStorage contents of any webpage in real-time.
Yes, the extension is completely safe to use. It only reads localStorage data when explicitly requested and operates entirely within your browser. No data is transmitted to external servers.
Yes, the extension works in Incognito mode with a "split" mode configuration, meaning it has to be explicitly allowed in Incognito mode through Chrome's extension settings.
Currently, the extension is read-only. This is by design to prevent accidental modifications to website data.
The extension requires minimal permissions to function:
activeTab: To access the current tab's localStoragescripting: To execute the code that reads localStoragesidePanel: To show the side panel interfacestorage: To save your theme preference
You can copy individual values using the copy button next to each item. Full export functionality is planned for future releases.
This typically means you're on a page where the extension cannot access localStorage, such as Chrome's internal pages or extension pages.
Make sure:
- The page you're viewing has localStorage data
- You've granted the necessary permissions
- You're not on a restricted page (like chrome:// URLs)
If a value appears as a string instead of a formatted JSON tree, it means the value isn't valid JSON. The extension only formats valid JSON data.
- Chrome Extension Manifest V3
- Vanilla JavaScript
- Material Icons
- Webpack for bundling
Yes! We welcome contributions. Please see our Contributing Guide for details.
Please report bugs through our GitHub Issues page.
We aim to release updates monthly with bug fixes and new features.
- Check this FAQ
- Search existing GitHub Issues
- Create a new issue if your question isn't answered
- Contact us through GitHub