A powerful and user-friendly Chrome extension that allows you to view, inspect, and monitor localStorage contents of any webpage in real-time.
- 🔍 View all localStorage items in a clean, organized interface
- 🎨 Beautiful dark/light theme support
- 🔄 Auto-refresh capability to monitor changes
- 📋 Easy copy functionality for values
- 🌳 Tree view for JSON data
- 🔐 Secure access to localStorage data
- 📱 Responsive design
- 🎯 Side panel support for easy access
- Visit the Chrome Web Store page (coming soon)
- Click "Add to Chrome"
- Follow the prompts to install
- Clone this repository:
git clone https://github.com/yourusername/localstorage-viewer.git
- Install dependencies:
npm install
- Build the extension:
npm run build
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the
distdirectory
- Node.js >= 16.0.0
- npm >= 7.0.0
- Clone the repository
- Install dependencies:
npm install
npm run dev- Start development mode with hot reloadnpm run build- Build for productionnpm run lint- Run ESLintnpm run format- Format code with Prettiernpm test- Run testsnpm run package- Create distribution package
localstorage-viewer/
├── icons/ # Extension icons
├── dist/ # Built extension files
├── popup.html # Popup interface
├── popup.js # Popup logic
├── sidepanel.html # Side panel interface
├── sidepanel.js # Side panel logic
├── manifest.json # Extension manifest
└── package.json # Project configuration
- The extension only accesses localStorage data when explicitly requested
- No data is transmitted to external servers
- All operations are performed locally
- See PRIVACY.md for our privacy policy
- Fork the repository
- Create your feature branch:
git checkout -b feature/my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/my-new-feature - Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions:
- Material Icons by Google
- Contributors and users of the extension