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 !!!
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |