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文件

下载SQL Format扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}