JSON Formatter
JSON online formatting tool. Simple, quick and easy to use.
JSON Formatter란 무엇입니까?
JSON Formatter은(는) https://www.collaboradev.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "JSON online formatting tool. Simple, quick and easy to use."입니다.
확장 프로그램 스크린샷
JSON Formatter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A fast and easy way to format and explore JSON content. With this plugin installed, simply select any JSON text and click the JSON Formatter icon. The plugin will detect any JSON data currently in the clipboard and display the formatted results. Once formatted, the resulting color coded JSON can be explored with expand and close clicking of JSON nodes as well as modified by clicking back to the source tab. A copy button allows for easy copying of the formatted JSON back to the clipboard.
확장 프로그램 기본 정보
이름 | JSON Formatter |
ID | bbonbhlfjgpahljegfaibcgpchflglnl |
공식 URL | https://chromewebstore.google.com/detail/json-formatter/bbonbhlfjgpahljegfaibcgpchflglnl |
설명 | JSON online formatting tool. Simple, quick and easy to use. |
파일 크기 | 3.22 MB |
설치 횟수 | 1,948 |
현재 버전 | 1.4 |
최근 업데이트 | 2022-01-28 |
출시 날짜 | 2018-12-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.collaboradev.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://json.collaboradev.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "version": "1.4", "description": "JSON online formatting tool. Simple, quick and easy to use.", "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "manifest_version": 2, "permissions": [ "declarativeContent", "clipboardRead", "http:\/\/json.collaboradev.com\/", "https:\/\/json.collaboradev.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "overlay.html", "default_icon": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" } }, "externally_connectable": { "matches": [ "*:\/\/*.collaboradev.com\/*" ] } } |