Skip to content

Latest commit

Β 

History

History
55 lines (40 loc) Β· 1.66 KB

File metadata and controls

55 lines (40 loc) Β· 1.66 KB

JSON Formatter Browser Extension

A browser extension that automatically formats JSON data on web pages, making it easier to read and navigate through JSON structures. Works on both Chrome and Firefox.

Installation

Chrome Web Store

Chrome Web Store

Firefox Add-ons

Firefox Add-ons

Manual Installation

Chrome

  1. Open Chrome and go to chrome://extensions/
  2. Enable "Developer mode"
  3. Click "Load unpacked"
  4. Select the extension folder

Firefox

  1. Open Firefox and go to about:debugging
  2. Click "This Firefox"
  3. Click "Load Temporary Add-on"
  4. Select the manifest.json file in the extension folder

Features

  • 🎨 Automatic JSON formatting
  • πŸ“‹ Copy JSON to clipboard
  • πŸ” Expand/Collapse JSON levels
  • βš™οΈ Customizable settings
  • πŸŒ™ Dark/Light theme support
  • πŸ–₯️ Fullscreen mode

Usage

  • The extension automatically detects and formats JSON content on web pages
  • Use the control buttons to:
    • Copy formatted JSON
    • Expand all levels at once
    • Collapse all levels at once
    • View in fullscreen mode
  • Access settings by clicking the extension icon in toolbar

Settings

  • Theme: Select between light and dark themes
  • Auto-format: Enable/disable automatic JSON formatting
  • Run on all websites: Enable/disable extension globally
  • Show control buttons: Toggle visibility of control buttons

License

MIT