Beautify JSON

Pretty print collapsible JSON

Wat is Beautify JSON?

Beautify JSON is een Chrome-extensie ontwikkeld door https://nopecha.com, en de belangrijkste functie is "Pretty print collapsible JSON".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Beautify JSON

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

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

Basisinformatie over de Extensie

Naam Beautify JSON Beautify JSON
ID mobfcgfeagjbajejjnblfeceageepecj
Officiële URL https://chromewebstore.google.com/detail/beautify-json/mobfcgfeagjbajejjnblfeceageepecj
Beschrijving Pretty print collapsible JSON
Bestandsgrootte 11.18 KB
Aantal Installaties 75
Huidige Versie 0.1.1
Laatst Bijgewerkt 2023-10-27
Publicatiedatum 2022-07-09
Ontwikkelaar https://nopecha.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.nopecha.com/privacy
Ondersteunde Talen 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"
    }
}