PLSQL Formatter for APEX

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

Cos'è PLSQL Formatter for APEX?

PLSQL Formatter for APEX è un'estensione di Chrome sviluppata da SQLPrompt, e la sua funzione principale è "For APEX developers to add the Format Document command to the code editor".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione PLSQL Formatter for APEX

Scarica i file di estensione PLSQL Formatter for APEX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PLSQL Formatter for APEX PLSQL Formatter for APEX
ID hklgegelomlomafiledhhdakphjafonh
URL Ufficiale https://chromewebstore.google.com/detail/plsql-formatter-for-apex/hklgegelomlomafiledhhdakphjafonh
Descrizione For APEX developers to add the Format Document command to the code editor
Dimensione del File 1.07 MB
Conteggio Installazioni 175
Versione Corrente 0.0.4
Ultimo Aggiornamento 2023-03-19
Data di Pubblicazione 2023-03-11
Sviluppatore SQLPrompt
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
                }
            ]
        }
    ]
}