SQLPreparedStatementBeautify

Tool for beautify prepared sql statement

什么是SQLPreparedStatementBeautify?

SQLPreparedStatementBeautify是由Siby Augustine开发的Chrome扩展程序,该扩展的主要功能是“Tool for beautify prepared sql statement”。

扩展截图

screenshot
screenshot
screenshot

下载SQLPreparedStatementBeautify扩展crx文件

下载SQLPreparedStatementBeautify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SQLPreparedStatementBeautify SQLPreparedStatementBeautify
ID apjeiocgbogigbaafhpfidbmbmpeciee
官方URL https://chromewebstore.google.com/detail/sqlpreparedstatementbeaut/apjeiocgbogigbaafhpfidbmbmpeciee
简介 Tool for beautify prepared sql statement
文件大小 691 KB
安装次数 42
当前版本 1.0.0
更新时间 2017-07-08
上架时间 2017-07-08
开发者 Siby Augustine
付费类型 free
支持的语言 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!"
    }
}