SQL Parser
SQL Chrome extension.
Vad är SQL Parser?
SQL Parser är en Chrome-tillägg utvecklad av peifengstudio, och dess huvudfunktion är "SQL Chrome extension.".
Tilläggsskärmbilder
Ladda ner SQL Parser-förlängningens CRX-fil
Ladda ner SQL Parser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | SQL Parser |
ID | dpoffgfkempikefaelmgadamnipdpkfo |
Officiell webbadress | https://chromewebstore.google.com/detail/sql-parser/dpoffgfkempikefaelmgadamnipdpkfo |
Beskrivning | SQL Chrome extension. |
Filstorlek | 21.58 KB |
Antal Installationer | 78 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-04-16 |
Publiceringsdatum | 2023-04-16 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | peifengstudio |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [] } |