https://github.com/chrispeterjeyaraj/jsonvoir
A chrome extension to beautify and format JSON with additional features to work on the JSON
https://github.com/chrispeterjeyaraj/jsonvoir
browser-extension chrome chrome-extension highlighter javascript json json-viewer jsonp
Last synced: about 1 month ago
JSON representation
A chrome extension to beautify and format JSON with additional features to work on the JSON
- Host: GitHub
- URL: https://github.com/chrispeterjeyaraj/jsonvoir
- Owner: chrispeterjeyaraj
- License: mit
- Created: 2023-01-26T16:19:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T14:48:15.000Z (over 2 years ago)
- Last Synced: 2025-05-19T14:17:37.019Z (about 1 year ago)
- Topics: browser-extension, chrome, chrome-extension, highlighter, javascript, json, json-viewer, jsonp
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSONVOIR
### A Chrome Extension for formating and prettifying JSON automatically in the browser
[](https://github.com/chrispeterjeyaraj/jsonvoir/actions/workflows/eslint.yml)
## Features:
* Dark and light Mode
* Syntax Highlighting
* Multi keyword Search (search by Key name or by Value)
* Works Offline
* Works with any JSON Webpage
* Automatically Linkify Links
* Formats JSON automatically
* `Raw`, `Formatted Raw` and `Parsed` Mode
* Remembers Theme Preferences
* Shortcut Keys
* Collapsible Toolbar
## Installation
**Method 1** - Install It locally
* clone/download this repo,
* open Chrome and go to chrome://chrome/extensions/,
* enable "Developer mode",
* click "Load unpacked extension",
* select the extension folder in this repo.
### License:
[MIT Licence](LICENSE)