SQLPreparedStatementBeautify

Tool for beautify prepared sql statement

Cos'è SQLPreparedStatementBeautify?

SQLPreparedStatementBeautify è un'estensione di Chrome sviluppata da Siby Augustine, e la sua funzione principale è "Tool for beautify prepared sql statement".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SQLPreparedStatementBeautify

Scarica i file di estensione SQLPreparedStatementBeautify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SQLPreparedStatementBeautify SQLPreparedStatementBeautify
ID apjeiocgbogigbaafhpfidbmbmpeciee
URL Ufficiale https://chromewebstore.google.com/detail/sqlpreparedstatementbeaut/apjeiocgbogigbaafhpfidbmbmpeciee
Descrizione Tool for beautify prepared sql statement
Dimensione del File 691 KB
Conteggio Installazioni 42
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-07-08
Data di Pubblicazione 2017-07-08
Sviluppatore Siby Augustine
Tipo di Pagamento free
Lingue Supportate 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!"
    }
}