JSON to Table Converter Firefox

Examine source code of JSON to Table Converter

Inspect and view changes in JSON to Table Converter source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "JSON to Table Converter",
  "version": "1.0.1",
  "description": "Convert JSON data to HTML tables with CSV/Excel export",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "192": "icons/icon192.png"
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    },
    "default_title": "JSON to Table"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "author": "JsonToTable Team",
  "homepage_url": "https://github.com/lorishui/jsontotable-chrome",
  "browser_specific_settings": {
    "gecko": {
      "id": "json-to-table@getjsontotable.dev",
      "strict_min_version": "118.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best JSON to Table Converter Alternatives

Here are some Firefox add-ons that are similar to JSON to Table Converter: