{"id":27120858,"url":"https://github.com/hummingme/kahuna","last_synced_at":"2026-04-06T08:01:46.433Z","repository":{"id":284318664,"uuid":"934688020","full_name":"hummingme/kahuna","owner":"hummingme","description":"Browse, edit and manage IndexedDB databases in Firefox and Chromium browsers","archived":false,"fork":false,"pushed_at":"2026-01-17T08:33:04.000Z","size":315,"stargazers_count":39,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T19:20:50.652Z","etag":null,"topics":["browser-extensions","chrome","chrome-extensions","database-gui","database-manager","databases","firefox","firefox-addons","indexed-db","indexeddb","indexeddb-tools","webextensions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hummingme.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-18T08:46:14.000Z","updated_at":"2026-01-17T08:29:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"c677d528-f1a0-46de-b9ab-f15446360e66","html_url":"https://github.com/hummingme/kahuna","commit_stats":null,"previous_names":["hummingme/kahuna"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/hummingme/kahuna","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummingme%2Fkahuna","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummingme%2Fkahuna/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummingme%2Fkahuna/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummingme%2Fkahuna/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hummingme","download_url":"https://codeload.github.com/hummingme/kahuna/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummingme%2Fkahuna/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-extensions","chrome","chrome-extensions","database-gui","database-manager","databases","firefox","firefox-addons","indexed-db","indexeddb","indexeddb-tools","webextensions"],"created_at":"2025-04-07T10:40:00.741Z","updated_at":"2026-04-06T08:01:46.417Z","avatar_url":"https://github.com/hummingme.png","language":"TypeScript","readme":"# Kahuna, the IndexedDB-Manager\n\nKahuna 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.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Kahuna at work\" src=\"https://hummingme.github.io/kahuna-docs/assets/screenshots/kahuna-at-work-1920x1200.png\"\u003e\n\u003c/p\u003e\n\n## Features\n* signals with its icon in the browser's address bar when IndexedDB databases exist for a visited website\n* displays lists of the found databases and tables (aka object stores)\n* can create new databases, as well as copy and delete existing databases\n* its schema editor can be used to create and delete tables, and to modify the indexes of tables\n* displays the data of a table page by page and enables the editing and deletion of data records\n* Filters can be configured and combined for all data fields to display or export a selection of the data contained in a table\n* imports and exports databases in dexie format\n* imports and exports tables in dexie, json and csv format, as well as selected data records in json and csv format\n* enables the entry and execution of arbitrary JavaScript code to modify databases, tables or data\n\n## Installation\nPlease download and install the extension from the [Chrome Web Store](https://chromewebstore.google.com/detail/kahuna/ilafpdbgcaodnkdklgemggjamhpdjile) for Chrome and Chromium based browsers such as Edge, Brave, and Opera, and from the [Firefox Addons Page](https://addons.mozilla.org/en-US/firefox/addon/kahuna-the-indexeddb-manager) for Firefox.\n\u003cdiv align=\"center\" width=\"200\"\u003e\n      \u003ca href=\"https://chromewebstore.google.com/detail/kahuna/ilafpdbgcaodnkdklgemggjamhpdjile\"\u003e\n        \u003cimg src=\"https://hummingme.github.io/kahuna-docs/assets/icons/chrome-logo.svg\" width=\"64\" alt=\"install Kahuna for Chrome\" /\u003e\u003c/a\u003e\n      \u003cimg src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" width=\"40\"\u003e\n      \u003ca href=\"https://addons.mozilla.org/en-US/firefox/addon/kahuna-the-indexeddb-manager/\"\u003e\n        \u003cimg src=\"https://hummingme.github.io/kahuna-docs/assets/icons/firefox-logo.svg\" width=\"64\" alt=\"install Kahuna for Firefox\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\n## Documentation\nThe documentation for the latest version is available at [hummingme.github.io/kahuna-docs/](https://hummingme.github.io/kahuna-docs/).\n\n## Build and Install from Source\n```sh\ngit clone https://github.com/hummingme/kahuna.git\ncd kahuna\nnpm install \nnpm run release firefox \u0026 npm run release chromium\n```\nAfterwards the packages _firefox\\.zip_ and _chromium\\.zip_ are located within the _build/_ directory. The subdirectories _build/firefox/_ and _build/chromium/_ contain the unpacked extensions.\n\nTo install Kahuna on Chrome, follow this [instructions for unpacked extensions](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked). \n\nWith Firefox, the packed extension _firefox.zip_ can be installed in ESR-, Developer- and Nightly releases after toggling `xpinstall.signatures.required: false` in `about:config`. Installing the unpacked extension is also possible by visiting `about:debugging#/runtime/this-firefox` and using _Load Temporary Addon_, but this must be repeated after each restart.\n\n## Contributing\nFor bug reports and feature requests please [open an issue](https://github.com/hummingme/kahuna/issues) in this repository. \n\nThe development does not take place on github.com, but in a private repository. Pull requests are welcome too, but they will not be integrated here. Instead, after review and if appropriate, transferred to the private repository. For more complex code contributions, please contact me in advance.\n\n## Acknowledgements\n* [Dexie](https://dexie.org/) wrapper library for the IndexedDB browser API\n* [lit-html](https://lit.dev/docs/templates/overview/), the templating engine of the lit web components library\n* [tabler](https://tabler.io/icons) svg icons\n* and the greats tools of the JavaScript ecosystem: esbuild, eslint, prettier, and more\n\n## License\nKahuna, the IndexedDB-Manager is © Lutz Brückner \u003cdev@kahuna.rocks\u003e  and licensed under Mozilla Public License Version 2.0, [MPL-2.0](https://mozilla.org/MPL/2.0/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummingme%2Fkahuna","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhummingme%2Fkahuna","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummingme%2Fkahuna/lists"}