SQL Format
A chrome plugin to format your SQL code
Cos'è SQL Format?
SQL Format è un'estensione di Chrome sviluppata da omangi, e la sua funzione principale è "A chrome plugin to format your SQL code".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SQL Format
Scarica i file di estensione SQL Format in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 !!!
Informazioni di Base sull'Estensione
Nome | SQL Format |
ID | pdenfccaafflklfjiofedacmilbfpepb |
URL Ufficiale | https://chromewebstore.google.com/detail/sql-format/pdenfccaafflklfjiofedacmilbfpepb |
Descrizione | A chrome plugin to format your SQL code |
Dimensione del File | 57.12 KB |
Conteggio Installazioni | 3,346 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2021-04-09 |
Data di Pubblicazione | 2016-10-10 |
Valutazione | 4.60/5 Totale 15 Valutazioni |
Sviluppatore | omangi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Mangierre/sql-format-plugin |
URL della Pagina di Aiuto | https://github.com/Mangierre/sql-format-plugin |
Lingue Supportate | 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" } |