JSON Array Editor
Replace keys or values in your JSON
JSON Array Editor란 무엇입니까?
JSON Array Editor은(는) JARRARDXYZ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace keys or values in your JSON"입니다.
확장 프로그램 스크린샷
JSON Array Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is a useful tool to find and replace values in JSON arrays and objects. Rename your ID key to CustomerID, replace all null values with something useful. Updated: Added iterative replacement button - keep changing values on your JSON!
확장 프로그램 기본 정보
이름 | JSON Array Editor |
ID | egifieelfbfkjhfhbadkkkpimdiebehg |
공식 URL | https://chromewebstore.google.com/detail/json-array-editor/egifieelfbfkjhfhbadkkkpimdiebehg |
설명 | Replace keys or values in your JSON |
파일 크기 | 6.2 KB |
설치 횟수 | 103 |
현재 버전 | 1.3 |
최근 업데이트 | 2022-05-17 |
출시 날짜 | 2019-12-24 |
개발자 | JARRARDXYZ |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Array Editor", "version": "1.3", "description": "Replace keys or values in your JSON", "permissions": [], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/replacer16.png", "32": "images\/replacer32.png", "48": "images\/replacer48.png", "128": "images\/replacer128.png" } }, "icons": { "16": "images\/replacer16.png", "32": "images\/replacer32.png", "48": "images\/replacer48.png", "128": "images\/replacer128.png" }, "manifest_version": 3 } |