lddjbjehhidgcmfcbdikhikpcgdbagmg
Explore and manage IndexedDB databases in your browser **IndexedDB Explorer – Chrome Extension** IndexedDB Explorer is a powerful Chrome extension that lets you explore and manage IndexedDB databases directly from your browser. It provides a clear view of database structures, stores, and indexes, and offers tools to efficiently fetch, search, and manipulate data. * Deep searc across dbs and stores. * Visualize database structures with interactive graphs. * Fetch and page through large datasets (up to 5000 records per page). * Real-time record search across stores. * Add or delete records with ease (CRUD operations). * Calculate store sizes and record counts. * Generate charts for quick insights using Chart.js. **Acknowledgments:** Built using Chrome APIs and Chart.js.
Keep It
Quickly save and organize web pages using a simple floating prompt. Clean, minimal interface for managing saved links. Quickly save, organize, and export web pages that matter in one click. Use a simple floating prompt or the extension panel to save any page instantly. Perfect for research, planning, or just staying organized. • 💾 Save links instantly • 📝 Build clean lists for research or presentations • 🔗 Copy links with one click, ready to share • ⬇️ Export as .txt or .csv • 🗂️ Reduce tab clutter, save instead of keeping pages open • 🔒 No sign-up, no sync your data stays in your browser KPit was built for clarity. No clutter, no noise just one-click control over the links that matter.
IndexedDB Browser
Chrome extension that adds a DevTools panel to add, edit, delete and view IndexedDB data in a table. 𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬: • 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
indexedDB View Manager
A visual IndexedDB management tool with database tree, table view and JSON view, supporting data inspect, edit, export and full… ### indexedDB View Manager – Extension Overview (English) **indexedDB View Manager** is a graphical IndexedDB management tool designed for frontend developers, QA engineers, and data analysts. It lets you inspect, edit, export/import, and debug IndexedDB data directly in the browser with a combination of **tree view + table view + JSON view**, making local data debugging much easier. - **Visual database browser**: A tree panel on the left shows all databases, object stores, and indexes for the current origin, so the structure is always clear. - **Dual data views**: Switch freely between table mode and JSON mode, ideal for both quick scanning and detailed inspection of complex objects. - **Safe editing & deletion**: Edit single records or perform batch selection and batch deletion. Primary key columns are highlighted and protected to reduce the risk of accidental key changes. - **Field templates & form mode**: Define a “field template” for each object store and input data via a structured form, or use pure JSON mode for bulk inserts. - **Index management**: In the DevTools panel, inspect and create indexes (including unique and multi‑entry indexes) to optimize query performance. - **Export & copy options**: Export or copy data in three ways: **with primary key**, **without primary key**, or **schema + data**, which is useful for backup, migration, and debugging. - **Full i18n support**: Comes with 20 languages (Simplified/Traditional Chinese, English, Japanese, etc.), and can either follow the browser language or be switched manually. - **Popup + DevTools dual entry**: The popup is optimized for quick viewing and light edits, while the DevTools panel offers the full power of the manager, integrated directly into the browser’s developer tools. Whether you are working in a local dev environment or diagnosing issues in production, **indexedDB View Manager** helps you quickly understand and control the real data stored in IndexedDB.
idb-crud
An open-source Chrome extension for managing various types of browser storage and databases with an intuitive interface Are you a developer working with local databases like IndexedDB, LocalStorage, or SessionStorage? IDB CRUD is the ultimate Chrome extension designed to streamline your browser-based data workflows. With a sleek, modern drawer interface, this tool lets you seamlessly browse, edit, and manage your app’s local databases — all without writing a single line of code. Whether you're debugging, inspecting, or just exploring data, IDB CRUD offers a powerful yet user-friendly experience built specifically for modern web development 🔑 𝗞𝗲𝘆 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀: 1. Elegant UI — Clean, responsive drawer layout for distraction-free interaction 2. Tabular Data View — Explore database entries in an intuitive, sortable table 3. Full CRUD Support — Easily Create, Read, Update, and Delete records 4. Advanced Sorting & Filtering — Quickly find and organize your data 5. Customizable Columns — Show or hide fields to focus on what matters 6. Export/Import Functionality — Backup or share data in seconds 7. Modular Architecture — Built for compatibility with multiple storage types 💡 𝗪𝗵𝘆 𝗖𝗵𝗼𝗼𝘀𝗲 𝗜𝗗𝗕 𝗖𝗥𝗨𝗗? Designed for developers, testers, and power users Makes working with local browser storage fast, simple, and efficient Saves time during debugging and testing workflows