Json and Xml converter

A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.

Co je Json and Xml converter?

Json and Xml converter je rozšíření Chrome vyvinuté Максим Шевцов, a jeho hlavní funkcí je „A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Json and Xml converter

Stáhněte si soubory rozšíření Json and Xml converter 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í

                        A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.                    

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

Název Json and Xml converter Json and Xml converter
ID clbefbkdndgpfbeejbgaioenoggmjbdj
Oficiální URL https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj
Popis A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Velikost souboru 33.26 KB
Počet instalací 64
Aktuální Verze 1.1
Poslední Aktualizace 2023-07-09
Datum Vydání 2023-07-09
Vývojář Максим Шевцов
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://apiexpert.net/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Json and Xml converter",
    "description": "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.",
    "version": "1.1",
    "icons": {
        "16": "images\/empty_16.png",
        "32": "images\/empty_32.png",
        "48": "images\/empty_48.png",
        "64": "images\/empty_64.png",
        "128": "images\/empty_128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": []
}