CleancodeJSON

A simple tool to format json.

CleancodeJSON란 무엇입니까?

CleancodeJSON은(는) developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple tool to format json."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Cleancode JSON tool to format, edit, and beautify JSON data in real-time
Cleancode JSON – Feature-rich, and user-friendly JSON editor

FEATURES:
format, edit, and beautify JSON data 
a native editing experience.
Feel free to visit: https:// cleancode-json.club/ for more information!


By clicking "Add to Chrome" you accept and agree to install Cleancode JSON Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.cleancode-json.club/terms-and-conditions/ and Privacy Policy at https://www.cleancode-json.club/privacy-policy/.

The extension will update your new tab with Base 64 Encoder and Decoder and search and will change your search engine to provide more insightful and accurate search results.                    

확장 프로그램 기본 정보

이름 CleancodeJSON CleancodeJSON
ID pplokeajidgpcdbhpceiahkjmffjnfon
공식 URL https://chromewebstore.google.com/detail/cleancodejson/pplokeajidgpcdbhpceiahkjmffjnfon
설명 A simple tool to format json.
파일 크기 1.55 MB
설치 횟수 159,143
현재 버전 1.5
최근 업데이트 2023-01-27
출시 날짜 2023-01-18
평점 4.71/5 총 7 개의 평점
개발자 developer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cleancode-json.club
도움말 페이지 URL https://www.cleancode-json.club/contact/
개인정보 보호 정책 페이지 URL https://www.cleancode-json.club/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CleancodeJSON",
    "description": "A simple tool to format json.",
    "version": "1.5",
    "manifest_version": 3,
    "homepage_url": "https:\/\/cleancode-json.club\/",
    "background": {
        "service_worker": ".\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/page\/index.html"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/16.png",
            "32": ".\/images\/32.png",
            "48": ".\/images\/48.png",
            "128": ".\/images\/128.png"
        }
    },
    "icons": {
        "16": ".\/images\/16.png",
        "32": ".\/images\/32.png",
        "48": ".\/images\/48.png",
        "128": ".\/images\/128.png"
    }
}