JSON Formatter

The best JSON Formatter!

Co to jest JSON Formatter?

JSON Formatter to rozszerzenie Chrome opracowane przez dermasmid, a jego główną funkcją jest „The best JSON Formatter!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia JSON Formatter

Pobierz pliki rozszerzeń JSON Formatter 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

                        FEATURES

* Easily view and edit any JSON data
* Search for values in JSON
* Use JMESPath to transform the JSON                    

Podstawowe informacje o rozszerzeniu

Nazwa JSON Formatter JSON Formatter
ID pifbikkadjogefgbgeddhihjfjboehom
Oficjalny URL https://chromewebstore.google.com/detail/json-formatter/pifbikkadjogefgbgeddhihjfjboehom
Opis The best JSON Formatter!
Rozmiar pliku 286 KB
Liczba instalacji 43
Aktualna Wersja 0.2.3
Ostatnia Aktualizacja 2023-06-12
Data Publikacji 2022-04-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper dermasmid
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/dermasmid/jsoneditor-ext
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The best JSON Formatter!",
    "version": "0.2.3",
    "manifest_version": 3,
    "name": "JSON Formatter",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}