SQLPreparedStatementBeautify

Tool for beautify prepared sql statement

¿Qué es SQLPreparedStatementBeautify?

SQLPreparedStatementBeautify es una extensión de Chrome desarrollada por Siby Augustine, y su función principal es "Tool for beautify prepared sql statement".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SQLPreparedStatementBeautify

Descarga archivos de extensión SQLPreparedStatementBeautify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SQLPreparedStatementBeautify SQLPreparedStatementBeautify
ID apjeiocgbogigbaafhpfidbmbmpeciee
URL Oficial https://chromewebstore.google.com/detail/sqlpreparedstatementbeaut/apjeiocgbogigbaafhpfidbmbmpeciee
Descripción Tool for beautify prepared sql statement
Tamaño del Archivo 691 KB
Cantidad de Instalaciones 42
Versión Actual 1.0.0
Última Actualización 2017-07-08
Fecha de Publicación 2017-07-08
Desarrollador Siby Augustine
Tipo de Pago free
Idiomas Soportados 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!"
    }
}