SQL Parser
SQL Chrome extension.
Cos'è SQL Parser?
SQL Parser è un'estensione di Chrome sviluppata da peifengstudio, e la sua funzione principale è "SQL Chrome extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SQL Parser
Scarica i file di estensione SQL Parser 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
SQL Parser is a handy Chrome extension that allows you to automatically extract all table names used in an SQL query. Simply input your SQL language code, and the extension will quickly analyze and parse the code, identifying all the table names mentioned in the query. This can greatly speed up your workflow when working with SQL databases, as you no longer need to manually search for and extract table names from complex queries. With SQL Parser, you can efficiently analyze and understand your SQL code, making database development and debugging easier and more efficient.
Informazioni di Base sull'Estensione
Nome | SQL Parser |
ID | dpoffgfkempikefaelmgadamnipdpkfo |
URL Ufficiale | https://chromewebstore.google.com/detail/sql-parser/dpoffgfkempikefaelmgadamnipdpkfo |
Descrizione | SQL Chrome extension. |
Dimensione del File | 21.58 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-04-16 |
Data di Pubblicazione | 2023-04-16 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | peifengstudio |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SQL Parser", "description": "SQL Chrome extension.", "version": "1.0", "icons": { "128": "sql.png" }, "background": { "service_worker": "background.js" }, "action": [] } |