SQL Format

A chrome plugin to format your SQL code

SQL Format란 무엇입니까?

SQL Format은(는) omangi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome plugin to format your SQL code"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Features:

Free and easy this extension format and compress your SQL code.

2.2
* Added compress button to format all query to single line (thanks xueming tang for the suggestion) 

2.1 
* Added donate button :)

2.0
* App rewrited in React
* Added options with theme light and dark

1.6
* FIX.

1.5
* FIX.

Change Log
1.4
* NEW: Now has a button to copy (final solution)

1.3
* NEW: Now has a button to copy (temporary solution)

1.2
* FIX.

1.1
* NEW: Reserved words highlighted.

This application use api SQL Format from https://sqlformat.org/ team.
Thank for all !!!                    

확장 프로그램 기본 정보

이름 SQL Format SQL Format
ID pdenfccaafflklfjiofedacmilbfpepb
공식 URL https://chromewebstore.google.com/detail/sql-format/pdenfccaafflklfjiofedacmilbfpepb
설명 A chrome plugin to format your SQL code
파일 크기 57.12 KB
설치 횟수 3,346
현재 버전 2.2
최근 업데이트 2021-04-09
출시 날짜 2016-10-10
평점 4.60/5 총 15 개의 평점
개발자 omangi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Mangierre/sql-format-plugin
도움말 페이지 URL https://github.com/Mangierre/sql-format-plugin
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SQL Format",
    "description": "A chrome plugin to format your SQL code",
    "version": "2.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}