JSON Pretty Printer

Format JSON inline on any page.

dev
PlugThis prompt
Build a Chrome extension called "JSON Pretty Printer" that detects raw JSON responses (Content-Type: application/json or pages whose body parses as valid JSON) and replaces the rendering with a collapsible, syntax-highlighted tree with line numbers, copy-path-to-clipboard on each node, and a search bar. Provide a toolbar toggle to fall back to raw JSON. Permissions: activeTab, storage. Host permissions: <all_urls>. Manifest V3 with content script and document_start run timing.

How to build it in 3 minutes

  1. Sign in to PlugThis and open the chat input.
  2. Copy the prompt above and paste it into the chat.
  3. PlugThis generates the full Manifest V3 extension in 60-90 seconds.
  4. Download the zip, extract it, and load it via chrome://extensions developer mode.

Related ideas