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.

What is Json and Xml converter?

Json and Xml converter is a Chrome extension developed by Максим Шевцов, and its main feature is "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.".

Extension Screenshots

screenshot

Download Json and Xml converter Extension CRX File

Download Json and Xml converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Json and Xml converter Json and Xml converter
ID clbefbkdndgpfbeejbgaioenoggmjbdj
Official URL https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj
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.
File Size 33.26 KB
Installation Count 64
Current Version 1.1
Last Updated 2023-07-09
Publish Date 2023-07-09
Developer Максим Шевцов
Email [email protected]
Payment Type free
Help Page URL https://apiexpert.net/
Supported Languages 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": []
}