IndexedDB Browser
Chrome extension that adds a DevTools panel to add, edit, delete and view IndexedDB data in a table.
As of June 2026, IndexedDB Browser has 1,000 users in the Developer Tools category.
Usersup 910.1 percent+910.1%
1.0K
1,000
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
2.2.0
Manifest V3
90-day change · In the last 90 days this extension 4 version updates, changed permissions.
History
10 snapshotsTracking since Apr 18, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 18, 2026 | 99 | — | — | 1.2.0 |
| Apr 23, 2026 | 142 | — | — | 1.4.0 |
| Apr 28, 2026 | 142 | — | — | 2.0.0 |
| May 6, 2026 | 135 | — | — | 2.1.1 |
| May 11, 2026 | 155 | — | — | 2.1.1 |
| May 16, 2026 | 171 | — | — | 2.1.1 |
| May 23, 2026 | 165 | — | — | 2.1.1 |
| May 30, 2026 | 460 | — | — | 2.2.0 |
| Jun 5, 2026 | 933 | — | — | 2.2.0 |
| Jun 12, 2026 | 930 | — | — | 2.2.0 |
| Now | 1.0K | — | — | 2.2.0 |
Changelog
- May 23, 2026host_permissions
(empty)
file:///*
- Apr 23, 2026description
𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬: • Search, sort and display IndexedDB data in a table. • Add, edit and delete IndexedDB data. • Manage IndexedDB data of other chrome extensions. • Developed with accessibility in mind. 𝐍𝐢𝐜𝐞 𝐄𝐱𝐭𝐫𝐚𝐬: • Automatically display the data of the last viewed object store in the current origin. • Move between previously selected objects stores using ctrl+alt+left/right or the back/forward mouse buttons. • Table columns can be hidden (from the "Table Settings" popover) or re-ordered (via drag and drop). • Datatypes of each column are auto-detected but can still be changed from the "Table Settings" popover. • The timestamp datatype can be used to format values that are milliseconds since epoch as a date. • Table settings are saved automatically to local storage. Saved settings can still be removed using the delete button at the bottom of the "Table Settings" popover. • Copy table data by selecting the cell then "ctrl/cmd + c" • The shortcut "alt/option + s" can be used to reload the data of the displayed object store. • "ctrl/cmd + click" or "shift + click" can be used to select multiple objects to be deleted from the object store. • Double-clicking a table cell or selecting it then starting to type, will allow updating the value for that cell. Press "Enter" to save or "Escape" to cancel. • A JSON data editor is provided to add objects to the store or update the values of JSON columns. • Automatically update the indexedDB list when the origin of the inspected page changes. • Right-click the object store/database in the sidebar to clear/delete it. • A light or dark theme is used according to the OS settings. 𝐋𝐢𝐦𝐢𝐭𝐚𝐭𝐢𝐨𝐧𝐬: • Supports object stores with in-line keys only. That's because the value for in-line keys is guaranteed to be a JavaScript object, and that object will most likely contain the same properties for each key, making displaying the data in a table viable. • Only the following datatypes for table columns are supported: string, number, bigint, boolean, date and JSON. Other datatypes like sets, maps, typed arrays, ... are not supported, and the corresponding table columns will be marked as such and hidden by default. Also, once a column has a specific datatype, values that do not match that datatype will be displayed as `undefined`. That means the extension is not the best for dealing with the same property storing different datatypes (e.g. mixing numbers and dates). • The extension is designed to display data for small to medium-sized object stores. Data load will be slower for large object stores with hundreds of thousands of objects. You can still limit the number of objects to load from the "Table Settings" popover. The changelog for this extension can be found at https://github.com/ghazi-git/indexeddb-browser/releases The code for this extension is open-source under the MIT license. https://github.com/ghazi-git/indexeddb-browser
𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬: • Search, sort and display IndexedDB data in a table. • Add, edit and delete IndexedDB data. • Manage IndexedDB data of other chrome extensions. • Developed with accessibility in mind. 𝐍𝐢𝐜𝐞 𝐄𝐱𝐭𝐫𝐚𝐬: • Automatically display the data of the last viewed object store in the current origin. • Move between previously selected objects stores using ctrl+alt+left/right or the back/forward mouse buttons. • Table columns can be hidden (from the "Table Settings" popover) or re-ordered (via drag and drop). • Datatypes of each column are auto-detected but can still be changed from the "Table Settings" popover. • The timestamp datatype can be used to format values that are milliseconds since epoch as a date. • Table settings are saved automatically to local storage. Saved settings can still be removed using the delete button at the bottom of the "Table Settings" popover. • Copy table data by selecting the cell then "ctrl/cmd + c" • The shortcut "alt/option + s" can be used to reload the data of the displayed object store. • "ctrl/cmd + click" or "shift + click" can be used to select multiple objects to be deleted from the object store. • Double-clicking a table cell or selecting it then starting to type, will allow updating the value for that cell. Press "Enter" to save or "Escape" to cancel. • A JSON data editor is provided to add objects to the store or update the values of JSON columns. • Automatically update the indexedDB list when the origin of the inspected page changes. • Right-click the object store/database in the sidebar to clear/delete it. • A light or dark theme is used according to the OS settings. 𝐋𝐢𝐦𝐢𝐭𝐚𝐭𝐢𝐨𝐧𝐬: • Only the following datatypes for table columns are supported: string, number, bigint, boolean, date and JSON. Other datatypes like sets, maps, typed arrays, ... are not supported, and the corresponding table columns will be marked as such and hidden by default. Also, once a column has a specific datatype, values that do not match that datatype will be displayed as `undefined`. That means the extension is not the best for dealing with the same property storing different datatypes (e.g. mixing numbers and dates). • The extension is designed to display data for small to medium-sized object stores. Data load will be slower for large object stores with hundreds of thousands of objects. You can still limit the number of objects to load from the "Table Settings" popover. The changelog for this extension can be found at https://github.com/ghazi-git/indexeddb-browser/releases The code for this extension is open-source under the MIT license. https://github.com/ghazi-git/indexeddb-browser
- Apr 18, 2026description
𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬: • Search, sort and display IndexedDB data in a table. • Add, edit and delete IndexedDB data. • Manage IndexedDB data of other chrome extensions. • Developed with accessibility in mind. 𝐍𝐢𝐜𝐞 𝐄𝐱𝐭𝐫𝐚𝐬: • Automatically display the data of the last viewed object store in the current origin. • Table columns can be hidden (from the "Table Settings" popover) or re-ordered (via drag and drop). • Datatypes of each column are auto-detected but can still be changed from the "Table Settings" popover. • The timestamp datatype can be used to format values that are milliseconds since epoch as a date. • Table settings are saved automatically to local storage. Saved settings can still be removed using the delete button at the bottom of the "Table Settings" popover. • Copy table data by selecting the cell then "ctrl/cmd + c" • The shortcut "alt/option + s" can be used to reload the data of the displayed object store. • "ctrl/cmd + click" or "shift + click" can be used to select multiple objects to be deleted from the object store. • Double-clicking a table cell or selecting it then starting to type, will allow updating the value for that cell. Press "Enter" to save or "Escape" to cancel. • A JSON data editor is provided to add objects to the store or update the values of JSON columns. • Automatically update the indexedDB list when the origin of the inspected page changes. • A light or dark theme is used according to the OS settings. 𝐋𝐢𝐦𝐢𝐭𝐚𝐭𝐢𝐨𝐧𝐬: • Supports object stores with in-line keys only. That's because the value for in-line keys is guaranteed to be a JavaScript object, and that object will most likely contain the same properties for each key, making displaying the data in a table viable. • Only the following datatypes for table columns are supported: string, number, bigint, boolean, date and JSON. Other datatypes like sets, maps, typed arrays, ... are not supported, and the corresponding table columns will be marked as such and hidden by default. Also, once a column has a specific datatype, values that do not match that datatype will be displayed as `undefined`. That means the extension is not the best for dealing with the same property storing different datatypes (e.g. mixing numbers and dates). • The extension is designed to display data for small to medium-sized object stores. Data load will be slower for large object stores with hundreds of thousands of objects. You can still limit the number of objects to load from the "Table Settings" popover. The changelog for this extension can be found at https://github.com/ghazi-git/indexeddb-browser/releases The code for this extension is open-source under the MIT license. https://github.com/ghazi-git/indexeddb-browser
𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬: • Search, sort and display IndexedDB data in a table. • Add, edit and delete IndexedDB data. • Manage IndexedDB data of other chrome extensions. • Developed with accessibility in mind. 𝐍𝐢𝐜𝐞 𝐄𝐱𝐭𝐫𝐚𝐬: • Automatically display the data of the last viewed object store in the current origin. • Move between previously selected objects stores using ctrl+alt+left/right or the back/forward mouse buttons. • Table columns can be hidden (from the "Table Settings" popover) or re-ordered (via drag and drop). • Datatypes of each column are auto-detected but can still be changed from the "Table Settings" popover. • The timestamp datatype can be used to format values that are milliseconds since epoch as a date. • Table settings are saved automatically to local storage. Saved settings can still be removed using the delete button at the bottom of the "Table Settings" popover. • Copy table data by selecting the cell then "ctrl/cmd + c" • The shortcut "alt/option + s" can be used to reload the data of the displayed object store. • "ctrl/cmd + click" or "shift + click" can be used to select multiple objects to be deleted from the object store. • Double-clicking a table cell or selecting it then starting to type, will allow updating the value for that cell. Press "Enter" to save or "Escape" to cancel. • A JSON data editor is provided to add objects to the store or update the values of JSON columns. • Automatically update the indexedDB list when the origin of the inspected page changes. • Right-click the object store/database in the sidebar to clear/delete it. • A light or dark theme is used according to the OS settings. 𝐋𝐢𝐦𝐢𝐭𝐚𝐭𝐢𝐨𝐧𝐬: • Supports object stores with in-line keys only. That's because the value for in-line keys is guaranteed to be a JavaScript object, and that object will most likely contain the same properties for each key, making displaying the data in a table viable. • Only the following datatypes for table columns are supported: string, number, bigint, boolean, date and JSON. Other datatypes like sets, maps, typed arrays, ... are not supported, and the corresponding table columns will be marked as such and hidden by default. Also, once a column has a specific datatype, values that do not match that datatype will be displayed as `undefined`. That means the extension is not the best for dealing with the same property storing different datatypes (e.g. mixing numbers and dates). • The extension is designed to display data for small to medium-sized object stores. Data load will be slower for large object stores with hundreds of thousands of objects. You can still limit the number of objects to load from the "Table Settings" popover. The changelog for this extension can be found at https://github.com/ghazi-git/indexeddb-browser/releases The code for this extension is open-source under the MIT license. https://github.com/ghazi-git/indexeddb-browser
Permissions & access
- Permissions
- None declared
- Host access
- file:///*
Screenshots
About
𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬: • Search, sort and display IndexedDB data in a table. • Add, edit and delete IndexedDB data. • Manage IndexedDB data of other chrome extensions. • Developed with accessibility in mind. 𝐍𝐢𝐜𝐞 𝐄𝐱𝐭𝐫𝐚𝐬: • Automatically display the data of the last viewed object store in the current origin. • Move between previously selected objects stores using ctrl+alt+left/right or the back/forward mouse buttons. • Table columns can be hidden (from the "Table Settings" popover) or re-ordered (via drag and drop). • Datatypes of each column are auto-detected but can still be changed from the "Table Settings" popover. • The timestamp datatype can be used to format values that are milliseconds since epoch as a date. • Table settings are saved automatically to local storage. Saved settings can still be removed using the delete button at the bottom of the "Table Settings" popover. • Copy table data by selecting the cell then "ctrl/cmd + c" • The shortcut "alt/option + s" can be used to reload the data of the displayed object store. • "ctrl/cmd + click" or "shift + click" can be used to select multiple objects to be deleted from the object store. • Double-clicking a table cell or selecting it then starting to type, will allow updating the value for that cell. Press "Enter" to save or "Escape" to cancel. • A JSON data editor is provided to add objects to the store or update the values of JSON columns. • Automatically update the indexedDB list when the origin of the inspected page changes. • Right-click the object store/database in the sidebar to clear/delete it. • A light or dark theme is used according to the OS settings. 𝐋𝐢𝐦𝐢𝐭𝐚𝐭𝐢𝐨𝐧𝐬: • Only the following datatypes for table columns are supported: string, number, bigint, boolean, date and JSON. Other datatypes like sets, maps, typed arrays, ... are not supported, and the corresponding table columns will be marked as such and hidden by default. Also, once a column has a specific datatype, values that do not match that datatype will be displayed as `undefined`. That means the extension is not the best for dealing with the same property storing different datatypes (e.g. mixing numbers and dates). • The extension is designed to display data for small to medium-sized object stores. Data load will be slower for large object stores with hundreds of thousands of objects. You can still limit the number of objects to load from the "Table Settings" popover. The changelog for this extension can be found at https://github.com/ghazi-git/indexeddb-browser/releases The code for this extension is open-source under the MIT license. https://github.com/ghazi-git/indexeddb-browser
Technical
- Version
- 2.2.0
- Manifest
- V3
- Size
- 464KiB
- Min Chrome
- 135
- Languages
- 1
- Featured
- No
Metadata
- ID
- hbceohajonmaepffkpihbkknoeklagcg
- Developer ID
- u3c01a6bebc5e3e02b8ec4c400e7b0fb4
- Developer Email
- [email protected]
- Created
- Nov 28, 2025
- Last Updated (Store)
- May 19, 2026
- Last Scraped
- Jun 12, 2026
- Website
- —
- Privacy Policy
- —
Similar extensions
Alternatives to IndexedDB Browser, ranked by description similarity.
IndexedDB Explorer
Explore and manage IndexedDB databases in your browser
373
★ 5.0
idb-crud
An open-source Chrome extension for managing various types of browser storage and databases with an intuitive interface
976
★ 3.9
SQLite Viewer
Effortlessly manage SQLite databases stored in OPFS with SQLite Viewer. This extension provides a visual SQL editor.
76
★ 1.0
Infinite Table DevTools Extension
A Chrome extension for Infinite Table
7
JSON Table Viewer
Convert JSON to table with CSV export, pivot view, and clipboard copy.
37
★ 5.0
dejavu
The missing Web UI for Elasticsearch.
1.0K
★ 3.7
indexedDB viewer
view and export indexedDB data to json or csv
1.0K
★ 2.7
SQLite Manager
Manage, manipulate, and plot one or more SQLite databases and optionally import and export records to a CSV table
30.0K
★ 3.0
Data sourced from the Chrome Web Store · last verified Jun 12, 2026.