PrettyJSON Firefox

Examine source code of PrettyJSON

提供元: GoodGame Add-on
Inspect and view changes in PrettyJSON 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": 2,
  "name": "PrettyJSON",
  "version": "1.2.0",
  "description": "Pretty-print and explore JSON responses — collapsible tree with search",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3aaf520a-949b-4c00-b513-7c9635211205}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/s16.png",
    "32": "icons/s32.png",
    "48": "icons/s48.png",
    "96": "icons/s96.png",
    "128": "icons/s128.png"
  },
  "browser_action": {
    "default_popup": "view/index.html",
    "default_icon": {
      "16": "icons/s16.png",
      "32": "icons/s32.png",
      "48": "icons/s48.png",
      "96": "icons/s96.png",
      "128": "icons/s128.png"
    }
  },
  "background": {
    "scripts": [
      "core/worker.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "json_viewer.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

ベストのPrettyJSON代替案

PrettyJSONに類似したFirefox add-onをいくつか紹介します: