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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}