Json and Xml converter
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Json and Xml converter란 무엇입니까?
Json and Xml converter은(는) Максим Шевцов에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view."입니다.
확장 프로그램 스크린샷
Json and Xml converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
확장 프로그램 기본 정보
이름 | Json and Xml converter |
ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
공식 URL | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
설명 | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
파일 크기 | 33.26 KB |
설치 횟수 | 64 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-07-09 |
출시 날짜 | 2023-07-09 |
개발자 | Максим Шевцов |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://apiexpert.net/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Json and Xml converter", "description": "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.", "version": "1.1", "icons": { "16": "images\/empty_16.png", "32": "images\/empty_32.png", "48": "images\/empty_48.png", "64": "images\/empty_64.png", "128": "images\/empty_128.png" }, "action": { "default_popup": "popup\/popup.html" }, "permissions": [ "scripting", "activeTab" ], "background": [] } |