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 là gì?

Json and Xml converter là một tiện ích mở rộng Chrome được phát triển bởi Максим Шевцов, và tính năng chính của nó là "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Json and Xml converter

Tải xuống các tệp mở rộng Json and Xml converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Json and Xml converter Json and Xml converter
ID clbefbkdndgpfbeejbgaioenoggmjbdj
URL Chính Thức https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj
Mô tả A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Kích Thước Tệp 33.26 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-07-09
Ngày Phát Hành 2023-07-09
Nhà Phát Triển Максим Шевцов
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://apiexpert.net/
Ngôn Ngữ Được Hỗ Trợ 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": []
}