PLSQL Formatter for APEX
For APEX developers to add the Format Document command to the code editor
Vad är PLSQL Formatter for APEX?
PLSQL Formatter for APEX är en Chrome-tillägg utvecklad av SQLPrompt, och dess huvudfunktion är "For APEX developers to add the Format Document command to the code editor".
Tilläggsskärmbilder
Ladda ner PLSQL Formatter for APEX-förlängningens CRX-fil
Ladda ner PLSQL Formatter for APEX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
For APEX developers to add the Format Document command to the code editor. This will format SQL and PL/SQL code. Grundläggande Information om Tillägg
| Namn | |
| ID | hklgegelomlomafiledhhdakphjafonh |
| Officiell webbadress | https://chromewebstore.google.com/detail/plsql-formatter-for-apex/hklgegelomlomafiledhhdakphjafonh |
| Beskrivning | For APEX developers to add the Format Document command to the code editor |
| Filstorlek | 1.07 MB |
| Antal Installationer | 175 |
| Aktuell Version | 0.0.4 |
| Senast Uppdaterad | 2023-03-19 |
| Publiceringsdatum | 2023-03-11 |
| Utvecklare | SQLPrompt |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
}
]
} | |