Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.48 KB

File metadata and controls

49 lines (30 loc) · 1.48 KB

JSON Snap

JSON Snap is a lightweight open source Chrome extension designed to improve the readability and formatting of JSON files directly in your browser.


Chrome Web Store License: MIT GitHub issues

Features

  • Automatic JSON formatting: beautify and minify based on context
  • Light and dark flat UI themes inspired by modern color palettes (e.g., Monokai)
  • 100% client-side processing — no data leaves your browser

Installation

  1. Clone this repository
git clone https://github.com/msz-tech/json-snap.git
  1. Load the extension in Chrome

  2. Open chrome://extensions

  3. Enable Developer mode

  4. Click “Load unpacked”

  5. Select the root folder of the project

Usage

Open any page containing raw JSON: the extension will automatically format the content. You can toggle between light and dark themes using the extension’s icon.

Contributing

Contributions are welcome! Please follow the branch naming conventions (feature/xxx, bugfix/xxx) and open clear pull requests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or support, please open an issue in this repository.