SQLPreparedStatementBeautify
Tool for beautify prepared sql statement
SQLPreparedStatementBeautify là gì?
SQLPreparedStatementBeautify là một tiện ích mở rộng Chrome được phát triển bởi Siby Augustine, và tính năng chính của nó là "Tool for beautify prepared sql statement".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SQLPreparedStatementBeautify
Tải xuống các tệp mở rộng SQLPreparedStatementBeautify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | apjeiocgbogigbaafhpfidbmbmpeciee |
URL Chính Thức | https://chromewebstore.google.com/detail/sqlpreparedstatementbeaut/apjeiocgbogigbaafhpfidbmbmpeciee |
Mô tả | Tool for beautify prepared sql statement |
Kích Thước Tệp | 691 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-07-08 |
Ngày Phát Hành | 2017-07-08 |
Nhà Phát Triển | Siby Augustine |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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!" } } |