SQLPreparedStatementBeautify
Tool for beautify prepared sql statement
SQLPreparedStatementBeautifyとは何ですか?
SQLPreparedStatementBeautifyはSiby Augustineによって開発されたChromeの拡張機能で、その主な機能は「Tool for beautify prepared sql statement」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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!"
}
} | |