SQL Format

A chrome plugin to format your SQL code

What is SQL Format?

SQL Format is a Chrome extension developed by omangi, and its main feature is "A chrome plugin to format your SQL code".

Extension Screenshots

screenshot

Download SQL Format Extension CRX File

Download SQL Format extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !!!                    

Extension Basic Information

Name SQL Format SQL Format
ID pdenfccaafflklfjiofedacmilbfpepb
Official URL https://chromewebstore.google.com/detail/sql-format/pdenfccaafflklfjiofedacmilbfpepb
Description A chrome plugin to format your SQL code
File Size 57.12 KB
Installation Count 3,346
Current Version 2.2
Last Updated 2021-04-09
Publish Date 2016-10-10
Rating 4.60/5 Total 15 Ratings
Developer omangi
Email [email protected]
Payment Type free
Extension Website https://github.com/Mangierre/sql-format-plugin
Help Page URL https://github.com/Mangierre/sql-format-plugin
Supported Languages 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"
}