SQLPreparedStatementBeautify
Tool for beautify prepared sql statement
Wat is SQLPreparedStatementBeautify?
SQLPreparedStatementBeautify is een Chrome-extensie ontwikkeld door Siby Augustine, en de belangrijkste functie is "Tool for beautify prepared sql statement".
Extensie Screenshots
Download het CRX-bestand van de extensie SQLPreparedStatementBeautify
Download SQLPreparedStatementBeautify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | apjeiocgbogigbaafhpfidbmbmpeciee |
| Officiële URL | https://chromewebstore.google.com/detail/sqlpreparedstatementbeaut/apjeiocgbogigbaafhpfidbmbmpeciee |
| Beschrijving | Tool for beautify prepared sql statement |
| Bestandsgrootte | 691 KB |
| Aantal Installaties | 42 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2017-07-08 |
| Publicatiedatum | 2017-07-08 |
| Ontwikkelaar | Siby Augustine |
| Betalingswijze | free |
| Ondersteunde Talen | 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!"
}
} | |