IndexedDBEdit
Devtools panel for changing IndexedDB key values
What is IndexedDBEdit?
IndexedDBEdit is a Chrome extension developed by darxar, and its main feature is "Devtools panel for changing IndexedDB key values".
Extension Screenshots
Download IndexedDBEdit Extension CRX File
Download IndexedDBEdit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension enables the ability view, edit and delete IndexedDB records.
Extension Basic Information
Name | IndexedDBEdit |
ID | npjecebdjnmlolggnoajngnlodhgpfac |
Official URL | https://chromewebstore.google.com/detail/indexeddbedit/npjecebdjnmlolggnoajngnlodhgpfac |
Description | Devtools panel for changing IndexedDB key values |
File Size | 1.85 MB |
Installation Count | 3,636 |
Current Version | 0.0.7 |
Last Updated | 2022-12-15 |
Publish Date | 2022-02-28 |
Rating | 4.67/5 Total 15 Ratings |
Developer | darxar |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/darx/IndexedDBEdit |
Help Page URL | https://github.com/darx/IndexedDBEdit/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IndexedDBEdit", "version": "0.0.7", "manifest_version": 3, "description": "Devtools panel for changing IndexedDB key values", "devtools_page": "devtools.html", "icons": { "16": "assets\/icon\/16.png", "48": "assets\/icon\/48.png", "128": "assets\/icon\/128.png", "256": "assets\/icon\/256.png", "512": "assets\/icon\/512.png" }, "background": { "service_worker": "background.js" } } |