JSON Quick Format

Provides quick and easy JSON formatting

What is JSON Quick Format?

JSON Quick Format is a Chrome extension developed by Alex, and its main feature is "Provides quick and easy JSON formatting".

Extension Screenshots

screenshot
screenshot

Download JSON Quick Format Extension CRX File

Download JSON Quick Format 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

                        JSON formatter for formatting JSON copied from an external source, like a database.

Provides the user with a colourfully represented and nicely formatted output of the input JSON (if valid). Otherwise, provides the user with an error message stating why the JSON has failed validation.                    

Extension Basic Information

Name JSON Quick Format JSON Quick Format
ID gbclobadkjfnfaaglajllljdmkpamnae
Official URL https://chromewebstore.google.com/detail/json-quick-format/gbclobadkjfnfaaglajllljdmkpamnae
Description Provides quick and easy JSON formatting
File Size 292 KB
Installation Count 618
Current Version 1.1
Last Updated 2016-08-28
Publish Date 2016-08-27
Rating 2.60/5 Total 5 Ratings
Developer Alex
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Quick Format",
    "description": "Provides quick and easy JSON formatting",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/common.js",
            "scripts\/jquery-2.1.1.min.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}