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?

JSON to HTML Converter是由Danijel Kozar開發的Chrome擴展程式,該擴展的主要功能是“JSON to HTML Converter. It will try to parse every valid JSON you throw at it an convert it to HTML Table.”。

擴展截圖

screenshot
screenshot

下載JSON to HTML Converter擴展crx文件

下載JSON to HTML Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 JSON to HTML Converter JSON to HTML Converter
ID ffmacmdoeopofeppbgaoofomkmgiclmp
官方網址 https://chromewebstore.google.com/detail/json-to-html-converter/ffmacmdoeopofeppbgaoofomkmgiclmp
簡介 JSON to HTML Converter. It will try to parse every valid JSON you throw at it an convert it to HTML Table.
檔案大小 480 KB
安裝次數 1,154
目前版本 1.0
更新時間 2023-05-10
上架時間 2023-05-08
評分 5.00/5 共 4 次評分
開發者 Danijel Kozar
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}