JSON Table View Firefox

Examine source code of JSON Table View

Inspect and view changes in JSON Table View source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "JSON Table View",
  "version": "1.0",
  "description": "Displays JSON API output in a table format.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mail@simon-kramer.org"
    }
  }
}

Best JSON Table View Alternatives

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