JSON Formatter

The best JSON Formatter!

Wat is JSON Formatter?

JSON Formatter is een Chrome-extensie ontwikkeld door dermasmid, en de belangrijkste functie is "The best JSON Formatter!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JSON Formatter

Download JSON Formatter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        FEATURES

* Easily view and edit any JSON data
* Search for values in JSON
* Use JMESPath to transform the JSON                    

Basisinformatie over de Extensie

Naam JSON Formatter JSON Formatter
ID pifbikkadjogefgbgeddhihjfjboehom
Officiële URL https://chromewebstore.google.com/detail/json-formatter/pifbikkadjogefgbgeddhihjfjboehom
Beschrijving The best JSON Formatter!
Bestandsgrootte 286 KB
Aantal Installaties 43
Huidige Versie 0.2.3
Laatst Bijgewerkt 2023-06-12
Publicatiedatum 2022-04-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dermasmid
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dermasmid/jsoneditor-ext
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The best JSON Formatter!",
    "version": "0.2.3",
    "manifest_version": 3,
    "name": "JSON Formatter",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}