JSONBeautifier

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

Co to jest JSONBeautifier?

JSONBeautifier to rozszerzenie Chrome opracowane przez US7, a jego główną funkcją jest „This extension allows user to easily delimit those pesky JSONs in Solr”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia JSONBeautifier

Pobierz pliki rozszerzeń JSONBeautifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa JSONBeautifier JSONBeautifier
ID ofdckocemdaapnoahmbhgfbbodhffajc
Oficjalny URL https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc
Opis This extension allows user to easily delimit those pesky JSONs in Solr
Rozmiar pliku 56.76 KB
Liczba instalacji 44
Aktualna Wersja 0.67
Ostatnia Aktualizacja 2017-11-13
Data Publikacji 2017-11-13
Deweloper US7
Typ Płatności free
Strona Rozszerzenia https://github.com/usharma7/JSONBeautifier
Obsługiwane Języki 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
    }
}