SQL Format
A chrome plugin to format your SQL code
SQL Formatคืออะไร?
SQL Format เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omangi และคุณลักษณะหลักของมันคือ "A chrome plugin to format your SQL code"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SQL Format
ดาวน์โหลดไฟล์ส่วนขยาย SQL Format ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 !!!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SQL Format |
ID | pdenfccaafflklfjiofedacmilbfpepb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sql-format/pdenfccaafflklfjiofedacmilbfpepb |
คำอธิบาย | A chrome plugin to format your SQL code |
ขนาดไฟล์ | 57.12 KB |
จำนวนการติดตั้ง | 3,346 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2021-04-09 |
วันที่เผยแพร่ | 2016-10-10 |
คะแนน | 4.60/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | omangi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Mangierre/sql-format-plugin |
URL หน้าช่วยเหลือ | https://github.com/Mangierre/sql-format-plugin |
ภาษาที่รองรับ | 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" } |