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.

什么是Json and Xml converter?

Json and Xml converter是由Максим Шевцов开发的Chrome扩展程序,该扩展的主要功能是“A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.”。

扩展截图

screenshot

下载Json and Xml converter扩展crx文件

下载Json and Xml converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Json and Xml converter Json and Xml converter
ID clbefbkdndgpfbeejbgaioenoggmjbdj
官方URL https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj
简介 A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
文件大小 33.26 KB
安装次数 64
当前版本 1.1
更新时间 2023-07-09
上架时间 2023-07-09
开发者 Максим Шевцов
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://apiexpert.net/
支持的语言 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": []
}