SQL Format
A chrome plugin to format your SQL code
什麼是SQL Format?
SQL Format是由omangi開發的Chrome擴展程式,該擴展的主要功能是“A chrome plugin to format your SQL code”。
擴展截圖
下載SQL Format擴展crx文件
下載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 !!! 擴展基本資訊
| 名稱 | |
| ID | pdenfccaafflklfjiofedacmilbfpepb |
| 官方網址 | 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"
} | |