JSON to Table Converter - Easy Copy

The JSON to Table Converter is a powerful Chrome extension designed to streamline your data anlysis workflow.

JSON to Table Converter - Easy Copy란 무엇입니까?

JSON to Table Converter - Easy Copy은(는) zepdaaa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The JSON to Table Converter is a powerful Chrome extension designed to streamline your data anlysis workflow."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

JSON to Table Converter - Easy Copy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The "JSON to Table Converter" is a powerful Chrome extension designed to streamline your data analysis workflow. With just a single click, this extension transforms JSON-formatted content on web pages into well-organized tables, making it easier than ever to comprehend and work with complex data.

Key Features:

- Seamless JSON-to-Table Conversion: Instantly convert JSON data within web pages into clean and structured tables, eliminating the need for manual formatting.

- Intuitive User Interface: The extension offers a user-friendly interface that makes it accessible to users of all skill levels. Simply click the extension icon, and it will automatically detect and convert JSON data on the current page.

- One-Click Table Format Copy: Copy the formatted table with a single click, saving you time and effort when transferring data to other applications or documents.                    

확장 프로그램 기본 정보

이름 JSON to Table Converter - Easy Copy JSON to Table Converter - Easy Copy
ID hmcnmidffobdkcbgognhdnbalgenjnkf
공식 URL https://chromewebstore.google.com/detail/json-to-table-converter-e/hmcnmidffobdkcbgognhdnbalgenjnkf
설명 The JSON to Table Converter is a powerful Chrome extension designed to streamline your data anlysis workflow.
파일 크기 18.57 KB
설치 횟수 299
현재 버전 1.0
최근 업데이트 2023-07-27
출시 날짜 2023-07-26
개발자 zepdaaa
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSON to Table Converter - Easy Copy",
    "version": "1.0",
    "description": "The JSON to Table Converter is a powerful Chrome extension designed to streamline your data anlysis workflow.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "pages\/json_to_table.html",
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "128": "icons\/icon128.png"
    }
}