JSON.format

Format JSON data automatically

Was ist JSON.format?

JSON.format ist eine Chrome-Erweiterung, die von https://decentm.com entwickelt wurde, und ihr Hauptmerkmal ist "Format JSON data automatically".

Erweiterungsscreenshots

screenshot

JSON.format-Erweiterungs-CRX-Datei herunterladen

Laden Sie JSON.format-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Make JSON documents readable by reformatting them.                    

Grundlegende Informationen zur Erweiterung

Name JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
Offizielle URL https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
Beschreibung Format JSON data automatically
Dateigröße 13.52 KB
Installationsanzahl 355
Aktuelle Version 1.0.0
Letztes Update 2022-04-25
Veröffentlichungsdatum 2018-04-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://decentm.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/DecentM/extension-json.format
Hilfeseite URL https://github.com/DecentM/extension-json.format/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON.format",
    "short_name": "JSON.format",
    "description": "Format JSON data automatically",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}