JSON Table View Firefox

Examine source code of JSON Table View

제작자: s.kramer
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"
    }
  }
}

최고의 JSON Table View 대안

다음은 JSON Table View과(와) 유사한 Firefox add-on입니다: