https://github.com/sidmishraw/jsonb
Chrome Extension for beautifying JSON files opened in Chrome for quick browsing.
https://github.com/sidmishraw/jsonb
chrome-extension json-beautifier jsonb
Last synced: 2 months ago
JSON representation
Chrome Extension for beautifying JSON files opened in Chrome for quick browsing.
- Host: GitHub
- URL: https://github.com/sidmishraw/jsonb
- Owner: sidmishraw
- License: mit
- Created: 2017-10-30T04:37:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T04:52:58.000Z (over 8 years ago)
- Last Synced: 2025-01-15T06:48:39.850Z (over 1 year ago)
- Topics: chrome-extension, json-beautifier, jsonb
- Language: JavaScript
- Size: 1.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonB
jsonB is a JSON beautifier for JSON files opened in Google Chrome.
### Installation:
* Clone this repository onto your machine or download as zip and unzip to get the folder `jsonB`.
* Open Google Chrome browser and go to `chrome://extensions`.
* Check the `Developer mode` option on the top right corner.
* Then click on `Load unpacked extension...` button and select the `jsonB` folder in the folder selection window and you are ready to go!
### Usage:
* Drag and drop any JSON file into the Google chrome browser and then click on the `jsonB` extension's button. The JSON content will be beautified :)

`- Sid`