JSONBeautifier

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

Cos'è JSONBeautifier?

JSONBeautifier è un'estensione di Chrome sviluppata da US7, e la sua funzione principale è "This extension allows user to easily delimit those pesky JSONs in Solr".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione JSONBeautifier

Scarica i file di estensione JSONBeautifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome JSONBeautifier JSONBeautifier
ID ofdckocemdaapnoahmbhgfbbodhffajc
URL Ufficiale https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc
Descrizione This extension allows user to easily delimit those pesky JSONs in Solr
Dimensione del File 56.76 KB
Conteggio Installazioni 44
Versione Corrente 0.67
Ultimo Aggiornamento 2017-11-13
Data di Pubblicazione 2017-11-13
Sviluppatore US7
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/usharma7/JSONBeautifier
Lingue Supportate 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
    }
}