SQL Format
A chrome plugin to format your SQL code
SQL Format là gì?
SQL Format là một tiện ích mở rộng Chrome được phát triển bởi omangi, và tính năng chính của nó là "A chrome plugin to format your SQL code".
Ả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 SQL Format
Tải xuống các tệp mở rộng SQL Format 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
Features: Free and easy this extension format and compress your SQL code. 2.2 * Added compress button to format all query to single line (thanks xueming tang for the suggestion) 2.1 * Added donate button :) 2.0 * App rewrited in React * Added options with theme light and dark 1.6 * FIX. 1.5 * FIX. Change Log 1.4 * NEW: Now has a button to copy (final solution) 1.3 * NEW: Now has a button to copy (temporary solution) 1.2 * FIX. 1.1 * NEW: Reserved words highlighted. This application use api SQL Format from https://sqlformat.org/ team. Thank for all !!!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SQL Format |
ID | pdenfccaafflklfjiofedacmilbfpepb |
URL Chính Thức | https://chromewebstore.google.com/detail/sql-format/pdenfccaafflklfjiofedacmilbfpepb |
Mô tả | A chrome plugin to format your SQL code |
Kích Thước Tệp | 57.12 KB |
Số Lần Cài Đặt | 3,346 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2021-04-09 |
Ngày Phát Hành | 2016-10-10 |
Đánh Giá | 4.60/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | omangi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Mangierre/sql-format-plugin |
URL Trang Trợ Giúp | https://github.com/Mangierre/sql-format-plugin |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SQL Format", "description": "A chrome plugin to format your SQL code", "version": "2.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "options_page": "options.html" } |