SQL Format
A chrome plugin to format your SQL code
Was ist SQL Format?
SQL Format ist eine Chrome-Erweiterung, die von omangi entwickelt wurde, und ihr Hauptmerkmal ist "A chrome plugin to format your SQL code".
Erweiterungsscreenshots
SQL Format-Erweiterungs-CRX-Datei herunterladen
Laden Sie SQL Format-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 !!! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pdenfccaafflklfjiofedacmilbfpepb |
| Offizielle URL | https://chromewebstore.google.com/detail/sql-format/pdenfccaafflklfjiofedacmilbfpepb |
| Beschreibung | A chrome plugin to format your SQL code |
| Dateigröße | 57.12 KB |
| Installationsanzahl | 3,346 |
| Aktuelle Version | 2.2 |
| Letztes Update | 2021-04-09 |
| Veröffentlichungsdatum | 2016-10-10 |
| Bewertung | 4.60/5 Insgesamt 15 Bewertungen |
| Entwickler | omangi |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Mangierre/sql-format-plugin |
| Hilfeseite URL | https://github.com/Mangierre/sql-format-plugin |
| Unterstützte Sprachen | 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"
} | |