PLSQL Formatter for APEX

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

Τι είναι το PLSQL Formatter for APEX;

Το PLSQL Formatter for APEX είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SQLPrompt, και η κύρια λειτουργία του είναι "For APEX developers to add the Format Document command to the code editor".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης PLSQL Formatter for APEX

Λήψη αρχείων επέκτασης PLSQL Formatter for APEX σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα PLSQL Formatter for APEX PLSQL Formatter for APEX
ID hklgegelomlomafiledhhdakphjafonh
Επίσημο URL https://chromewebstore.google.com/detail/plsql-formatter-for-apex/hklgegelomlomafiledhhdakphjafonh
Περιγραφή For APEX developers to add the Format Document command to the code editor
Μέγεθος Αρχείου 1.07 MB
Αριθμός Εγκαταστάσεων 175
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2023-03-19
Ημερομηνία Δημοσίευσης 2023-03-11
Προγραμματιστής SQLPrompt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
                }
            ]
        }
    ]
}