SQLPreparedStatementBeautify
Tool for beautify prepared sql statement
Co to jest SQLPreparedStatementBeautify?
SQLPreparedStatementBeautify to rozszerzenie Chrome opracowane przez Siby Augustine, a jego główną funkcją jest „Tool for beautify prepared sql statement”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SQLPreparedStatementBeautify
Pobierz pliki rozszerzeń SQLPreparedStatementBeautify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | apjeiocgbogigbaafhpfidbmbmpeciee |
Oficjalny URL | https://chromewebstore.google.com/detail/sqlpreparedstatementbeaut/apjeiocgbogigbaafhpfidbmbmpeciee |
Opis | Tool for beautify prepared sql statement |
Rozmiar pliku | 691 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2017-07-08 |
Data Publikacji | 2017-07-08 |
Deweloper | Siby Augustine |
Typ Płatności | free |
Obsługiwane Języki | 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!" } } |