Beautify JSON

Pretty print collapsible JSON

Qu'est-ce que Beautify JSON ?

Beautify JSON est une extension Chrome développée par https://nopecha.com, et sa fonction principale est "Pretty print collapsible JSON".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Beautify JSON

Téléchargez les fichiers d'extension Beautify JSON au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Beautify JSON Beautify JSON
ID mobfcgfeagjbajejjnblfeceageepecj
URL Officiel https://chromewebstore.google.com/detail/beautify-json/mobfcgfeagjbajejjnblfeceageepecj
Description Pretty print collapsible JSON
Taille du Fichier 11.18 KB
Nombre d'Installations 75
Version Actuelle 0.1.1
Dernière Mise à Jour 2023-10-27
Date de Publication 2022-07-09
Développeur https://nopecha.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.nopecha.com/privacy
Langues Prises en Charge 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"
    }
}