JSON Formatter

Chrome extension to format JSON

What is JSON Formatter?

JSON Formatter is a Chrome extension developed by Ajanyan, and its main feature is "Chrome extension to format JSON".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download JSON Formatter Extension CRX File

Download JSON Formatter 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

                        This extension can be used to format JSON data.

Usage 1
1. Select the JSON text on browser screen
2. Right click on the selected text
3. Click on Format JSON

Usage 2
1. Click on the JSON format extension icon
2. Paste the JSON text to the input text area on the left side.
3. Click on Format button                    

Extension Basic Information

Name JSON Formatter JSON Formatter
ID nheccekoienfcnaiegopcdbjanfgcojh
Official URL https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh
Description Chrome extension to format JSON
File Size 26.69 KB
Installation Count 78
Current Version 1.1.1
Last Updated 2023-08-22
Publish Date 2022-05-30
Rating 5.00/5 Total 1 Ratings
Developer Ajanyan
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "description": "Chrome extension to format JSON",
    "version": "1.1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}