SQLPreparedStatementBeautify
Tool for beautify prepared sql statement
O que é SQLPreparedStatementBeautify?
SQLPreparedStatementBeautify é uma extensão do Chrome desenvolvida por Siby Augustine, e sua principal característica é "Tool for beautify prepared sql statement".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SQLPreparedStatementBeautify
Baixe arquivos de extensão SQLPreparedStatementBeautify 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
Copy your sql prepared statements,paste it and beautify. Supporting Queries Types *INSERT *UPDATE *SELECT *DELETE Features *Removes all ? from sql prepared statement and filling with actual values. *Word wrapping (Formatting) *Shows values as table structure. *Search Functionality Useful for server log monitoring.
Informações Básicas da Extensão
Nome | |
ID | apjeiocgbogigbaafhpfidbmbmpeciee |
URL Oficial | https://chromewebstore.google.com/detail/sqlpreparedstatementbeaut/apjeiocgbogigbaafhpfidbmbmpeciee |
Descrição | Tool for beautify prepared sql statement |
Tamanho do Arquivo | 691 KB |
Contagem de Instalações | 42 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-07-08 |
Data de Publicação | 2017-07-08 |
Desenvolvedor | Siby Augustine |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SQLPreparedStatementBeautify", "short_name": "SQL PreparedStatement Beautify Tool", "description": "Tool for beautify prepared sql statement", "version": "1.0.0", "minimum_chrome_version": "38", "permissions": [ "tabs" ], "background": { "scripts": [ "\/ext_specific\/scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "core\/assets\/icon_128.png", "default_title": "Click here!" } } |