Show HN: Kahuna, the IndexedDB-Manager Webextension
Published on: 2025-05-11 06:31:42
Kahuna, the IndexedDB-Manager
Kahuna is a browser extension for Firefox and Chromium based browsers to manage IndexedDB databases. It can be used to create databases and modify their structure, as well as to view, query, edit, import and export the data they contain.
Features
signals with its icon in the browser's address bar when IndexedDB databases exist for a visited website
displays lists of the found databases and tables (aka object stores)
can create new databases and delete existing databases
tables can be created and deleted, the indexes of tables can be modified
displays the data of a table page by page and enables the editing and deletion of data records
Filters can be configured and combined for all data fields to display or export a selection of the data contained in a table
imports and exports databases in dexie format
imports and exports tables in dexie, json and csv format, as well as selected data records in json and csv format
enables the entry and execution
... Read full article.