PLSQL Formatter for APEX
For APEX developers to add the Format Document command to the code editor
PLSQL Formatter for APEXとは何ですか?
PLSQL Formatter for APEXはSQLPromptによって開発されたChromeの拡張機能で、その主な機能は「For APEX developers to add the Format Document command to the code editor」です。
拡張機能のスクリーンショット
PLSQL Formatter for APEX拡張機能のCRXファイルをダウンロード
PLSQL Formatter for APEX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For APEX developers to add the Format Document command to the code editor. This will format SQL and PL/SQL code.
拡張機能の基本情報
名前 | PLSQL Formatter for APEX |
ID | hklgegelomlomafiledhhdakphjafonh |
公式URL | https://chromewebstore.google.com/detail/plsql-formatter-for-apex/hklgegelomlomafiledhhdakphjafonh |
説明 | For APEX developers to add the Format Document command to the code editor |
ファイルサイズ | 1.07 MB |
インストール数 | 175 |
現在のバージョン | 0.0.4 |
最終更新日 | 2023-03-19 |
公開日 | 2023-03-11 |
開発者 | SQLPrompt |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PLSQL Formatter for APEX", "version": "0.0.4", "icons": { "128": "128.png" }, "description": "For APEX developers to add the Format Document command to the code editor", "manifest_version": 3, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*\/*" ], "js": [ "contentScript.js" ], "content_security_policy": "script-src 'self'; script-src-elem 'self'" } ], "web_accessible_resources": [ { "resources": [ "sqlFormatter.js", "sql-formatter\/sql-formatter.min.js", "sql-formatter\/sql-formatter.min.cjs", "sql-formatter\/sql-formatter.min.cjs.map", "registerFormatter.js" ], "matches": [ "https:\/\/*\/*" ] } ], "attributions": [ { "icon": [ { "source": "https:\/\/iconscout.com\/icons\/play-next", "author": "https:\/\/iconscout.com\/contributors\/jemismali" } ] } ] } |