jsonz

Make JSON pretty and syntax highlight

Co to jest jsonz?

jsonz to rozszerzenie Chrome opracowane przez Jihchi Lee, a jego główną funkcją jest „Make JSON pretty and syntax highlight”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia jsonz

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

                        1. Click-and-prettify JSON content regardless of content type
2. Force specific URL to automatically prettify JSON content
3. Display syntax highlight after content prettified                    

Podstawowe informacje o rozszerzeniu

Nazwa jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
Oficjalny URL https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
Opis Make JSON pretty and syntax highlight
Rozmiar pliku 254 KB
Liczba instalacji 30
Aktualna Wersja 2.1.1
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Jihchi Lee
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jihchi/jsonz
Adres URL Strony Pomocy https://github.com/jihchi/jsonz/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jsonz",
    "version": "2.1.1",
    "author": "Archie Lee "
    ],
    "web_accessible_resources": [
        "bundled\/commons.css"
    ],
    "options_page": "bundled\/options.html",
    "background": {
        "scripts": [
            "bundled\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Pretty and syntax highlight"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundled\/commons.bundle.js",
                "bundled\/inject.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}