JSONBeautifier
This extension allows user to easily delimit those pesky JSONs in Solr
What is JSONBeautifier?
JSONBeautifier is a Chrome extension developed by US7, and its main feature is "This extension allows user to easily delimit those pesky JSONs in Solr".
Extension Screenshots
Download JSONBeautifier Extension CRX File
Download JSONBeautifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Have you ever came across a stingified JSON object? JSON beautifier makes it easy, simple, and painless for you to convert strings to nicely formatted and readable JSON objects (and vice versa). With this easy extension, there is no need to open another browser, copy, paste, and then switch back to your original page. JSON beautifier was made to increase the latency of workflows I hope this helps you ! -----Coming Soon---- Select string text on the page and right click - popup with JSON formatted will appear automatically. Easy!
Extension Basic Information
Name | |
ID | ofdckocemdaapnoahmbhgfbbodhffajc |
Official URL | https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc |
Description | This extension allows user to easily delimit those pesky JSONs in Solr |
File Size | 56.76 KB |
Installation Count | 44 |
Current Version | 0.67 |
Last Updated | 2017-11-13 |
Publish Date | 2017-11-13 |
Developer | US7 |
Payment Type | free |
Extension Website | https://github.com/usharma7/JSONBeautifier |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSONBeautifier", "description": "This extension allows user to easily delimit those pesky JSONs in Solr", "version": "0.67", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus", "tabs", "*:\/\/*\/*" ], "background": { "scripts": [ "popup.js", "background.js", "selected.js" ], "persistent": true } } |