JsonToTable: JSON to Table Firefox

Examine source code of JsonToTable: JSON to Table

Inspect and view changes in JsonToTable: JSON to Table source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "JsonToTable - JSON to Table Converter",
  "short_name": "JsonToTable",
  "version": "0.1.0",
  "description": "Convert any JSON into a clean, interactive table. Paste, right-click selected JSON, or auto-detect JSON pages.",
  "action": {
    "default_popup": "src/popup/index.html",
    "default_title": "JsonToTable",
    "default_icon": {
      "16": "public/icons/icon-16.png",
      "48": "public/icons/icon-48.png",
      "128": "public/icons/icon-128.png"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module",
    "scripts": [
      "service-worker-loader.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jsontotable@jsontotable.org",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.ts-BKf_UdoQ.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "host_permissions": [],
  "icons": {
    "16": "public/icons/icon-16.png",
    "48": "public/icons/icon-48.png",
    "128": "public/icons/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/viewer/index.html",
        "assets/*",
        "assets/content.ts-BKf_UdoQ.js"
      ],
      "use_dynamic_url": false
    }
  ]
}

Best JsonToTable: JSON to Table Alternatives

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