IndexedDB Browser - Online View & Edit Client‑Side DB
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
UD5 Toolkit
Select a database and object store to view data
This tool browses IndexedDB databases for the current originnavigator.storage.estimate() to check current usage and quota.navigator.storage.persist(). Data is also origin‑specific and cleared when the user clears browser data for that site.indexedDB.deleteDatabase('name') in JavaScript, or clear site data in browser settings. Individual object stores can be deleted via a version upgrade with db.deleteObjectStore().indexedDB.databases() method (used by this tool) is supported in Chrome 70+, Firefox 70+, Safari 14+, and Edge 79+.Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
Check estimated usage and quota for local and session storage on your browser. Quick dev tool.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
Enter the approximate age of opened paint and answer visual/olfactory questions to see if it's still usable. Reduce waste.
Drop a WAV file and see its full header: sample rate, bit depth, channels, and chunk structure. Raw bytes explained.
See which fonts map to generic families (serif, sans‑serif, monospace) on different operating systems. A handy reference.
Paste your CSS and see warnings for properties that have limited browser support. Links to CanIUse. Modernize safely.
Record your screen, window, or tab with audio directly in the browser. Download as WebM. No extension required.
View the individual red, green, and blue channels of an image as grayscale. Photographer and developer tool.
Enter a URL and see a list of its ARIA landmarks (banner, main, nav). Check document structure for accessibility. Local fetch.
Browse the built‑in styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
Call navigator.storage.estimate() and display a visual pie chart of used vs. available browser storage. For PWA debugging.
Scan for nearby Bluetooth Low Energy devices using the browser. Read device names and signal strength. Experimental API.
Select a folder of images and start a full‑screen slideshow right in your browser. Adjust interval and transition. No upload.
Drop a PDF and see its embedded metadata: author, title, creation date, and more. No content is uploaded; pure browser PDF parsing.
Paste a list of JavaScript values and see them pretty‑printed as if in the browser console. Great for debugging.
See how many tabs you have open and estimate memory usage based on navigator object. Fun productivity check.
Generate a hash showing how trackers can fingerprint your browser (canvas, WebGL, fonts). Educational and privacy‑aware.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
Choose a font family and see how it renders famous pangrams (The quick brown fox…). Instant web font loader.
Select bonding and lone pairs to see the predicted shape (trigonal bipyramidal, octahedral). Static diagrams.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
See exact dimensions of your current browser inner/outer window, screen resolution, and pixel ratio. Developer debug.
Drop any file to see its raw hexadecimal representation and ASCII side‑by‑side. Navigate with offset. Client‑side only.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Record your screen, application window, or browser tab directly using the Screen Capture API. Download as WebM. All local.
Set up a chess position using FEN notation or drag pieces. Share the position link or screenshot. No AI, just board.
Display a dynamic list of keyboard shortcuts for the current browser and operating system. Filter by category. Keep it open for reference.
View and edit CSV data in a familiar table interface. Add/delete rows and columns, sort, and export. Fully local, no cloud sync.