JSON.format

Format JSON data automatically

Hvad er JSON.format?

JSON.format er en Chrome-udvidelse udviklet af https://decentm.com, og dens hovedfunktion er "Format JSON data automatically".

Udvidelsesskærmbilleder

screenshot

Download JSON.format-udvidelses-CRX-fil

Download JSON.format-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Make JSON documents readable by reformatting them.                    

Grundlæggende oplysninger om udvidelsen

Navn JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
Officiel URL https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
Beskrivelse Format JSON data automatically
Filstørrelse 13.52 KB
Antal Installationer 355
Nuværende Version 1.0.0
Senest Opdateret 2022-04-25
Udgivelsesdato 2018-04-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://decentm.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/DecentM/extension-json.format
Hjælpeside-URL https://github.com/DecentM/extension-json.format/issues
Understøttede Sprog 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
        }
    ]
}