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 snapshots

Tracking since Apr 18, 2026.

1.1K549.526.920000000000073Apr 18, 2026Jun 12, 2026
View as table
DateUsersRatingReviewsVersion
Apr 18, 2026991.2.0
Apr 23, 20261421.4.0
Apr 28, 20261422.0.0
May 6, 20261352.1.1
May 11, 20261552.1.1
May 16, 20261712.1.1
May 23, 20261652.1.1
May 30, 20264602.2.0
Jun 5, 20269332.2.0
Jun 12, 20269302.2.0
Now1.0K2.2.0

Changelog

  • May 23, 2026
    host_permissions
    (empty)
    file:///*
  • Apr 23, 2026
    description
    𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬:
    • 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, 2026
    description
    𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬:
    • 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

IndexedDB Browser screenshot 1IndexedDB Browser screenshot 2IndexedDB Browser screenshot 3IndexedDB Browser screenshot 4IndexedDB Browser screenshot 5

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.

Data sourced from the Chrome Web Store · last verified Jun 12, 2026.