JSON to HTML Converter

JSON to HTML Converter. It will try to parse every valid JSON you throw at it an convert it to HTML Table.

JSON to HTML Converter là gì?

JSON to HTML Converter là một tiện ích mở rộng Chrome được phát triển bởi Danijel Kozar, và tính năng chính của nó là "JSON to HTML Converter. It will try to parse every valid JSON you throw at it an convert it to HTML Table.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JSON to HTML Converter

Tải xuống các tệp mở rộng JSON to HTML 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

                        Introducing the JSON to HTML Converter, a powerful and user-friendly Chrome extension designed to effortlessly transform your JSON files into well-structured HTML tables within your browser window. This extension is capable of parsing any valid JSON you provide and converting it into an HTML table.

How to use:
* After install you need to "Allow access to file URLs" for this extension to work.
1. Open a website with JSON content or drag and drop a local JSON file into the browser.
2. Click the CONVERT button, and an HTML table representation of your data will be displayed.

Disclaimer: This extension is currently in beta mode, and some features may not work as expected. We appreciate your understanding and patience as we continue to improve and update the extension. Crafted by developers, for developers.                    

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

Tên JSON to HTML Converter JSON to HTML Converter
ID ffmacmdoeopofeppbgaoofomkmgiclmp
URL Chính Thức https://chromewebstore.google.com/detail/json-to-html-converter/ffmacmdoeopofeppbgaoofomkmgiclmp
Mô tả JSON to HTML Converter. It will try to parse every valid JSON you throw at it an convert it to HTML Table.
Kích Thước Tệp 480 KB
Số Lần Cài Đặt 1,154
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-05-10
Ngày Phát Hành 2023-05-08
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Danijel Kozar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSON to HTML Converter",
    "description": "JSON to HTML Converter. It will try to parse every valid JSON you throw at it an convert it to HTML Table.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}