SQLPreparedStatementBeautify

Tool for beautify prepared sql statement

Qu'est-ce que SQLPreparedStatementBeautify ?

SQLPreparedStatementBeautify est une extension Chrome développée par Siby Augustine, et sa fonction principale est "Tool for beautify prepared sql statement".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SQLPreparedStatementBeautify

Téléchargez les fichiers d'extension SQLPreparedStatementBeautify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SQLPreparedStatementBeautify SQLPreparedStatementBeautify
ID apjeiocgbogigbaafhpfidbmbmpeciee
URL Officiel https://chromewebstore.google.com/detail/sqlpreparedstatementbeaut/apjeiocgbogigbaafhpfidbmbmpeciee
Description Tool for beautify prepared sql statement
Taille du Fichier 691 KB
Nombre d'Installations 42
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-07-08
Date de Publication 2017-07-08
Développeur Siby Augustine
Type de Paiement free
Langues Prises en Charge 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!"
    }
}