A lightweight tool for inspecting IndexedDB databases in any web page. Install it as a bookmarklet and click to analyze IndexedDB data without opening DevTools.
- View all IndexedDB databases and their stores
- Search and filter data using:
- Simple text search
- Exact key matching
- Object path traversal (e.g., user.name)
- Regular expressions
- Numeric key ranges
- Draggable interface
- Works on any webpage
- Visit Bookmarklet Installer
- Drag the bookmarklet to your bookmarks bar
- Click the bookmarklet on any page using IndexedDB
- Select a database and store from the dropdowns
- Use the search tools to find specific data
- Press Escape or click × to close
- Quickly debug IndexedDB data without DevTools
- Filter and search large datasets easily
- Inspect web app state during development
- Verify data persistence in production
Uses the idb
library (loaded automatically) for reliable IndexedDB access.
- Works in modern browsers that support IndexedDB
- More convenient than built-in browser tools for quick data inspection
- Loads external
idb
library from CDN