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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SQLPrompt และคุณลักษณะหลักของมันคือ "For APEX developers to add the Format Document command to the code editor"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PLSQL Formatter for APEX
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } ] } ] } |