Beautify JSON

Pretty print collapsible JSON

Hvad er Beautify JSON?

Beautify JSON er en Chrome-udvidelse udviklet af https://nopecha.com, og dens hovedfunktion er "Pretty print collapsible JSON".

Udvidelsesskærmbilleder

screenshot

Download Beautify JSON-udvidelses-CRX-fil

Download Beautify JSON-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

                        Converts webpages displaying JSON text into interactive JSON, similar to how Firefox browsers and Chrome devtools display JSON data.                    

Grundlæggende oplysninger om udvidelsen

Navn Beautify JSON Beautify JSON
ID mobfcgfeagjbajejjnblfeceageepecj
Officiel URL https://chromewebstore.google.com/detail/beautify-json/mobfcgfeagjbajejjnblfeceageepecj
Beskrivelse Pretty print collapsible JSON
Filstørrelse 11.18 KB
Antal Installationer 75
Nuværende Version 0.1.1
Senest Opdateret 2023-10-27
Udgivelsesdato 2022-07-09
Udvikler https://nopecha.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.nopecha.com/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautify JSON",
    "manifest_version": 3,
    "version": "0.1.1",
    "description": "Pretty print collapsible JSON",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}