CodeBeautify

All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters

CodeBeautify란 무엇입니까?

CodeBeautify은(는) https://codebeautify.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Code Beautify is an online code beautifier that allows you to beautify your source code. Code Beautify also provides lots of tools that help to save developer's time. Use search to find more tools.

Popular Code Beautify Tools:

* JSON Beautify
* XML Viewer
* SQL Formatter
* HTML Viewer
* Numbers to Words Converter
* Base64 to Image Converter
* XML Validator
* REM to PX Converter

Trending Tools:

* Number Sorter
* Random Flag Generator
* OTP Prompt Generator

New Tools Added:

* Letter Randomizer
* Text Replacer
* Full White Screen
* JSON Navigator
* JSON Fixer
* React Formatter
* Superpower Generator
* Dinosaur Generator
* Fursona Generator                    

확장 프로그램 기본 정보

이름 CodeBeautify CodeBeautify
ID popfphmhmamgbcboijokepmcjnanoknp
공식 URL https://chromewebstore.google.com/detail/codebeautify/popfphmhmamgbcboijokepmcjnanoknp
설명 All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters
파일 크기 445 KB
설치 횟수 9,791
현재 버전 1.1
최근 업데이트 2022-11-17
출시 날짜 2021-09-05
평점 5.00/5 총 14 개의 평점
개발자 https://codebeautify.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://codebeautify.org
도움말 페이지 URL https://codebeautify.org/contactus
개인정보 보호 정책 페이지 URL https://codebeautify.org/policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodeBeautify",
    "description": "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/img\/cb.png",
            "32": "\/img\/cb.png",
            "48": "\/img\/cb.png",
            "128": "\/img\/cb.png"
        }
    },
    "icons": {
        "16": "\/img\/cb.png",
        "32": "\/img\/cb.png",
        "48": "\/img\/cb.png",
        "128": "\/img\/cb.png"
    }
}