SQL Parser
SQL Chrome extension.
Qu'est-ce que SQL Parser ?
SQL Parser est une extension Chrome développée par peifengstudio, et sa fonction principale est "SQL Chrome extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SQL Parser
Téléchargez les fichiers d'extension SQL Parser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SQL Parser |
ID | dpoffgfkempikefaelmgadamnipdpkfo |
URL Officiel | https://chromewebstore.google.com/detail/sql-parser/dpoffgfkempikefaelmgadamnipdpkfo |
Description | SQL Chrome extension. |
Taille du Fichier | 21.58 KB |
Nombre d'Installations | 78 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-04-16 |
Date de Publication | 2023-04-16 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | peifengstudio |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |