PLSQL Formatter for APEX
For APEX developers to add the Format Document command to the code editor
Wat is PLSQL Formatter for APEX?
PLSQL Formatter for APEX is een Chrome-extensie ontwikkeld door SQLPrompt, en de belangrijkste functie is "For APEX developers to add the Format Document command to the code editor".
Extensie Screenshots
Download het CRX-bestand van de extensie PLSQL Formatter for APEX
Download PLSQL Formatter for APEX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        For APEX developers to add the Format Document command to the code editor. This will format SQL and PL/SQL code.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hklgegelomlomafiledhhdakphjafonh | 
| Officiële URL | https://chromewebstore.google.com/detail/plsql-formatter-for-apex/hklgegelomlomafiledhhdakphjafonh | 
| Beschrijving | For APEX developers to add the Format Document command to the code editor | 
| Bestandsgrootte | 1.07 MB | 
| Aantal Installaties | 175 | 
| Huidige Versie | 0.0.4 | 
| Laatst Bijgewerkt | 2023-03-19 | 
| Publicatiedatum | 2023-03-11 | 
| Ontwikkelaar | SQLPrompt | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
                }
            ]
        }
    ]
}  |  |