JSON.format

Format JSON data automatically

Qu'est-ce que JSON.format ?

JSON.format est une extension Chrome développée par https://decentm.com, et sa fonction principale est "Format JSON data automatically".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JSON.format

Téléchargez les fichiers d'extension JSON.format 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

                        Make JSON documents readable by reformatting them.                    

Informations de Base sur l'Extension

Nom JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
URL Officiel https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
Description Format JSON data automatically
Taille du Fichier 13.52 KB
Nombre d'Installations 355
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-04-25
Date de Publication 2018-04-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://decentm.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/DecentM/extension-json.format
URL de la Page d'Aide https://github.com/DecentM/extension-json.format/issues
Langues Prises en Charge 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
        }
    ]
}