IndexedDB Manager Firefox

Examine source code of IndexedDB Manager

Inspect and view changes in IndexedDB Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.e7bcd3ac.png",
    "32": "icon32.plasmo.ce39377b.png",
    "48": "icon48.plasmo.3c17e113.png",
    "64": "icon64.plasmo.df317abe.png",
    "128": "icon128.plasmo.6a4310c5.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.e7bcd3ac.png",
      "32": "icon32.plasmo.ce39377b.png",
      "48": "icon48.plasmo.3c17e113.png",
      "64": "icon64.plasmo.df317abe.png",
      "128": "icon128.plasmo.6a4310c5.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.1",
  "author": "Jackson kasi <jacksonkasipeacock@gmail.com>",
  "name": "Plasmo IndexedDB Manager",
  "description": "A Plasmo extension for managing IndexedDB databases, enabling export, import, and listing of databases in any tab.",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "scripting",
    "tabs",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.e81cace7.js"
      ],
      "css": []
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6505e807-3fe7-447e-99df-1f2aa51b443f}"
    }
  }
}

Best IndexedDB Manager Alternatives

Here are some Firefox add-ons that are similar to IndexedDB Manager: