JSONBeautifier

This extension allows user to easily delimit those pesky JSONs in Solr

Qu'est-ce que JSONBeautifier ?

JSONBeautifier est une extension Chrome développée par US7, et sa fonction principale est "This extension allows user to easily delimit those pesky JSONs in Solr".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension JSONBeautifier

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

                        Have you ever came across a stingified JSON object? JSON beautifier makes it easy, simple, and painless for you to convert strings to nicely formatted and readable JSON objects (and vice versa). With this easy extension, there is no need to open another browser, copy, paste, and then switch back to your original page. JSON beautifier was made to increase the latency of workflows 

I hope this helps you ! 

-----Coming Soon----

Select string text on the page and right click - popup with JSON formatted will appear automatically. Easy!                    

Informations de Base sur l'Extension

Nom JSONBeautifier JSONBeautifier
ID ofdckocemdaapnoahmbhgfbbodhffajc
URL Officiel https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc
Description This extension allows user to easily delimit those pesky JSONs in Solr
Taille du Fichier 56.76 KB
Nombre d'Installations 44
Version Actuelle 0.67
Dernière Mise à Jour 2017-11-13
Date de Publication 2017-11-13
Développeur US7
Type de Paiement free
Site Web de l'Extension https://github.com/usharma7/JSONBeautifier
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSONBeautifier",
    "description": "This extension allows user to easily delimit those pesky JSONs in Solr",
    "version": "0.67",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "popup.js",
            "background.js",
            "selected.js"
        ],
        "persistent": true
    }
}