PLSQL Formatter for APEX

For APEX developers to add the Format Document command to the code editor

Was ist PLSQL Formatter for APEX?

PLSQL Formatter for APEX ist eine Chrome-Erweiterung, die von SQLPrompt entwickelt wurde, und ihr Hauptmerkmal ist "For APEX developers to add the Format Document command to the code editor".

Erweiterungsscreenshots

PLSQL Formatter for APEX-Erweiterungs-CRX-Datei herunterladen

Laden Sie PLSQL Formatter for APEX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        For APEX developers to add the Format Document command to the code editor. This will format SQL and PL/SQL code.                    

Grundlegende Informationen zur Erweiterung

Name PLSQL Formatter for APEX PLSQL Formatter for APEX
ID hklgegelomlomafiledhhdakphjafonh
Offizielle URL https://chromewebstore.google.com/detail/plsql-formatter-for-apex/hklgegelomlomafiledhhdakphjafonh
Beschreibung For APEX developers to add the Format Document command to the code editor
Dateigröße 1.07 MB
Installationsanzahl 175
Aktuelle Version 0.0.4
Letztes Update 2023-03-19
Veröffentlichungsdatum 2023-03-11
Entwickler SQLPrompt
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
                }
            ]
        }
    ]
}