JSON Editor

A tool to view, edit, format, repair, query, transform, and validate JSON

JSON Editor란 무엇입니까?

JSON Editor은(는) croespino에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to view, edit, format, repair, query, transform, and validate JSON"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

JSON Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Open web pages with JSON content or JSON files to view, edit, format, repair, query, transform, and validate JSON directly on the browser. 

Features:
* View JSON as a tree. The JSON tree view utilizes right-click to open the context menu, and double-click to start editing a key or value. It supports copy/paste from and to the system clipboard.
* View JSON as formatted text.
* View JSON as a table, for top-level arrays or nested arrays.
* Search and replace
* Undo and redo actions
* Edit the JSON keys, and values, copy, paste, duplicate, insert, or remove
* JSON formatting and minifying
* Query JSON with plain JavaScript or using the built-in form
* Sort, filter, and transform JSON
* Handle large JSON documents up to 512 MB

It uses the powerful https://github.com/josdejong/svelte-jsoneditor/ and the Manifest V3 for enhanced security, privacy, and performance.

Make sure to disable any other JSON viewing built-in into the browser or other JSON viewer extensions.                    

확장 프로그램 기본 정보

이름 JSON Editor JSON Editor
ID jcamcakkifmbkjcfejgboieeliaomkab
공식 URL https://chromewebstore.google.com/detail/json-editor/jcamcakkifmbkjcfejgboieeliaomkab
설명 A tool to view, edit, format, repair, query, transform, and validate JSON
파일 크기 380 KB
설치 횟수 484
현재 버전 1.0
최근 업데이트 2023-07-23
출시 날짜 2023-07-23
평점 3.00/5 총 2 개의 평점
개발자 croespino
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/croespino/browser-json-editor
개인정보 보호 정책 페이지 URL https://github.com/croespino/browser-json-editor/blob/master/PRIVACY.md
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSON Editor",
    "description": "A tool to view, edit, format, repair, query, transform, and validate JSON",
    "version": "1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}