JSONBeautifier

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

Co je JSONBeautifier?

JSONBeautifier je rozšíření Chrome vyvinuté US7, a jeho hlavní funkcí je „This extension allows user to easily delimit those pesky JSONs in Solr“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření JSONBeautifier

Stáhněte si soubory rozšíření JSONBeautifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název JSONBeautifier JSONBeautifier
ID ofdckocemdaapnoahmbhgfbbodhffajc
Oficiální URL https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc
Popis This extension allows user to easily delimit those pesky JSONs in Solr
Velikost souboru 56.76 KB
Počet instalací 44
Aktuální Verze 0.67
Poslední Aktualizace 2017-11-13
Datum Vydání 2017-11-13
Vývojář US7
Typ Platby free
Webové stránky Rozšíření https://github.com/usharma7/JSONBeautifier
Podporované Jazyky 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
    }
}