SQL Parser
SQL Chrome extension.
O que é SQL Parser?
SQL Parser é uma extensão do Chrome desenvolvida por peifengstudio, e sua principal característica é "SQL Chrome extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SQL Parser
Baixe arquivos de extensão SQL Parser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | SQL Parser |
ID | dpoffgfkempikefaelmgadamnipdpkfo |
URL Oficial | https://chromewebstore.google.com/detail/sql-parser/dpoffgfkempikefaelmgadamnipdpkfo |
Descrição | SQL Chrome extension. |
Tamanho do Arquivo | 21.58 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.0 |
Última Atualização | 2023-04-16 |
Data de Publicação | 2023-04-16 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | peifengstudio |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [] } |