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.
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the extension folder
- Open Firefox and go to
about:debugging - Click "This Firefox"
- Click "Load Temporary Add-on"
- Select the manifest.json file in the extension folder
- π¨ Automatic JSON formatting
- π Copy JSON to clipboard
- π Expand/Collapse JSON levels
- βοΈ Customizable settings
- π Dark/Light theme support
- π₯οΈ Fullscreen mode
- 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
- 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
MIT