A Chrome browser extension to visualize JSON response in awesome Tree and Chart view with great user experience and options.
- ✅ Beautify JSON response from API
- ✅ Visual representation of JSON
- ✅ Depth traversing of JSON property using breadcrumbs
- ✅ Write custom JSON in Input area
- ✅ Import local JSON file
- ✅ Download JSON file using Context Menu
- ✅ URL filters
- ✅ Change Themes
- ✅ Custom CSS
- ✅ Cool User Interface.
- ✅ Copy property and value
- ✅ Access JSON in your console using only
json
keyword
Awesome JSON View Online Editor with very limited features
- Custom CSS/Style, Theme, Collapsible settings are not applicable on chrome-extension://iemadiahhbebdklepanmkjenfdebfpfe/index.html page as chrome-extension://* doesn't allow conentScript to be executed.
New Feature
- Download as a JSON file using Context Menu.
- Importing Local JSON file in the Editor - (Contributed by withT)
Bug Fixed
- Style is affecting other websites which does not event contain JSON.
Bug Fixed
- Index.html page is not loading because /static/js/main.js and /static/css/main.css was missing.
New Features:
- Added option page to control UI and experience.
- Change Theme - Now we have Dark and MDN Light initially (Many more will come in future)
- Write your custom CSS to style it.
- You can toggle expanding childrens in trees.
- URL blocking to bypass on listed websites.
Bug Fixed:
- Color of values were not that visible in the tree view.
- Parsing error if the page used to contain whitespace with JSON
Important Update:
Removed few permissions requests to install and use this extension.
Developed with ♥ using ReactJS, Jquery and D3