SQLPreparedStatementBeautify

Tool for beautify prepared sql statement

What is SQLPreparedStatementBeautify?

SQLPreparedStatementBeautify is a Chrome extension developed by Siby Augustine, and its main feature is "Tool for beautify prepared sql statement".

Extension Screenshots

screenshot
screenshot
screenshot

Download SQLPreparedStatementBeautify Extension CRX File

Download SQLPreparedStatementBeautify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SQLPreparedStatementBeautify SQLPreparedStatementBeautify
ID apjeiocgbogigbaafhpfidbmbmpeciee
Official URL https://chromewebstore.google.com/detail/sqlpreparedstatementbeaut/apjeiocgbogigbaafhpfidbmbmpeciee
Description Tool for beautify prepared sql statement
File Size 691 KB
Installation Count 42
Current Version 1.0.0
Last Updated 2017-07-08
Publish Date 2017-07-08
Developer Siby Augustine
Payment Type free
Supported Languages 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!"
    }
}