JSON Beautifier

Validates and organizes your JSON

Qu'est-ce que JSON Beautifier ?

JSON Beautifier est une extension Chrome développée par Keshav Garg, et sa fonction principale est "Validates and organizes your JSON".

Captures d'Écran de l'Extension

screenshot

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

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

                        Now, styling your JSONs is just a click away. Paste or write raw JSON and click on 'Beautify' button below to organize your JSON. 
You can click 'Beautify (Colors)' to add colors for proper visualization of various data types and key value pairs in JSON.
For validation: It will also alert you with error in case your JSON is not valid.                    

Informations de Base sur l'Extension

Nom JSON Beautifier JSON Beautifier
ID ipfacneljofppcimlgbigfohocloponb
URL Officiel https://chrome.google.com/webstore/detail/ipfacneljofppcimlgbigfohocloponb
Description Validates and organizes your JSON
Taille du Fichier 99.33 KB
Nombre d'Installations 4,470
Version Actuelle 1.0.8
Dernière Mise à Jour 2017-12-09
Date de Publication 2017-12-09
Évaluation 4.11/5 Total 9 Évaluations
Développeur Keshav Garg
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Style your JSONs"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Validates and organizes your JSON",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsaGSsfeKRSjcwNAn8\/RUPY8\/pq0VU8Wlm20Vu7d+i1eHl3KnS7HCNZb0XtU5dODkyfZYdAVGep7e4ibjG5Yp0U6CiEyd\/wdQU\/9RcAy4ErszOq3yrKrMRYqDojjk8BgfQySwD2Avk1SmHbhdyblxIyWqqPIBzYYm+hP1REp3G8yQKfYHEVJe0X5u0Xcd2SeqstOU2kPMJHT3y0VFd6y2jYIN28nDa36pHtLrt+cEipM8e72p59ggW+F\/b1dBcKO4njreDhnBbpQGnBcuXwpFWOqS0qamDm5XcOf4A+HHJt+yejXCZKbe1zEKxf7IGGMO8c4JCFDH3GlUUsiRU8S1tQIDAQAB",
    "manifest_version": 2,
    "name": "JSON Beautifier",
    "short_name": "JB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8"
}