JSON.format

Format JSON data automatically

Wat is JSON.format?

JSON.format is een Chrome-extensie ontwikkeld door https://decentm.com, en de belangrijkste functie is "Format JSON data automatically".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JSON.format

Download JSON.format-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

                        Make JSON documents readable by reformatting them.                    

Basisinformatie over de Extensie

Naam JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
Officiële URL https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
Beschrijving Format JSON data automatically
Bestandsgrootte 13.52 KB
Aantal Installaties 355
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-04-25
Publicatiedatum 2018-04-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://decentm.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/DecentM/extension-json.format
Help Pagina-URL https://github.com/DecentM/extension-json.format/issues
Ondersteunde Talen 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
        }
    ]
}