PLSQL Formatter for APEX

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

Apa itu PLSQL Formatter for APEX?

PLSQL Formatter for APEX adalah ekstensi Chrome yang dikembangkan oleh SQLPrompt, dan fitur utamanya adalah "For APEX developers to add the Format Document command to the code editor".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi PLSQL Formatter for APEX

Unduh file ekstensi PLSQL Formatter for APEX dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PLSQL Formatter for APEX PLSQL Formatter for APEX
ID hklgegelomlomafiledhhdakphjafonh
URL Resmi https://chromewebstore.google.com/detail/plsql-formatter-for-apex/hklgegelomlomafiledhhdakphjafonh
Deskripsi For APEX developers to add the Format Document command to the code editor
Ukuran File 1.07 MB
Jumlah Instalasi 175
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2023-03-19
Tanggal Publikasi 2023-03-11
Pengembang SQLPrompt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
                }
            ]
        }
    ]
}