SQL Parser
SQL Chrome extension.
Wat is SQL Parser?
SQL Parser is een Chrome-extensie ontwikkeld door peifengstudio, en de belangrijkste functie is "SQL Chrome extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie SQL Parser
Download SQL Parser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SQL Parser |
ID | dpoffgfkempikefaelmgadamnipdpkfo |
Officiële URL | https://chromewebstore.google.com/detail/sql-parser/dpoffgfkempikefaelmgadamnipdpkfo |
Beschrijving | SQL Chrome extension. |
Bestandsgrootte | 21.58 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-04-16 |
Publicatiedatum | 2023-04-16 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | peifengstudio |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |