SQL Format

A chrome plugin to format your SQL code

Qu'est-ce que SQL Format ?

SQL Format est une extension Chrome développée par omangi, et sa fonction principale est "A chrome plugin to format your SQL code".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SQL Format

Téléchargez les fichiers d'extension SQL Format au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SQL Format SQL Format
ID pdenfccaafflklfjiofedacmilbfpepb
URL Officiel https://chromewebstore.google.com/detail/sql-format/pdenfccaafflklfjiofedacmilbfpepb
Description A chrome plugin to format your SQL code
Taille du Fichier 57.12 KB
Nombre d'Installations 3,346
Version Actuelle 2.2
Dernière Mise à Jour 2021-04-09
Date de Publication 2016-10-10
Évaluation 4.60/5 Total 15 Évaluations
Développeur omangi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Mangierre/sql-format-plugin
URL de la Page d'Aide https://github.com/Mangierre/sql-format-plugin
Langues Prises en Charge 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"
}