PLSQL Formatter for APEX

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

Qu'est-ce que PLSQL Formatter for APEX ?

PLSQL Formatter for APEX est une extension Chrome développée par SQLPrompt, et sa fonction principale est "For APEX developers to add the Format Document command to the code editor".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension PLSQL Formatter for APEX

Téléchargez les fichiers d'extension PLSQL Formatter for APEX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PLSQL Formatter for APEX PLSQL Formatter for APEX
ID hklgegelomlomafiledhhdakphjafonh
URL Officiel https://chromewebstore.google.com/detail/plsql-formatter-for-apex/hklgegelomlomafiledhhdakphjafonh
Description For APEX developers to add the Format Document command to the code editor
Taille du Fichier 1.07 MB
Nombre d'Installations 175
Version Actuelle 0.0.4
Dernière Mise à Jour 2023-03-19
Date de Publication 2023-03-11
Développeur SQLPrompt
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
                }
            ]
        }
    ]
}