JSON Formatter

The best JSON Formatter!

Qu'est-ce que JSON Formatter ?

JSON Formatter est une extension Chrome développée par dermasmid, et sa fonction principale est "The best JSON Formatter!".

Captures d'Écran de l'Extension

screenshot

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

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

                        FEATURES

* Easily view and edit any JSON data
* Search for values in JSON
* Use JMESPath to transform the JSON                    

Informations de Base sur l'Extension

Nom JSON Formatter JSON Formatter
ID pifbikkadjogefgbgeddhihjfjboehom
URL Officiel https://chromewebstore.google.com/detail/json-formatter/pifbikkadjogefgbgeddhihjfjboehom
Description The best JSON Formatter!
Taille du Fichier 286 KB
Nombre d'Installations 43
Version Actuelle 0.2.3
Dernière Mise à Jour 2023-06-12
Date de Publication 2022-04-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur dermasmid
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/dermasmid/jsoneditor-ext
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The best JSON Formatter!",
    "version": "0.2.3",
    "manifest_version": 3,
    "name": "JSON Formatter",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}