PLSQL Formatter for APEX

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

Co to jest PLSQL Formatter for APEX?

PLSQL Formatter for APEX to rozszerzenie Chrome opracowane przez SQLPrompt, a jego główną funkcją jest „For APEX developers to add the Format Document command to the code editor”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia PLSQL Formatter for APEX

Pobierz pliki rozszerzeń PLSQL Formatter for APEX w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PLSQL Formatter for APEX PLSQL Formatter for APEX
ID hklgegelomlomafiledhhdakphjafonh
Oficjalny URL https://chromewebstore.google.com/detail/plsql-formatter-for-apex/hklgegelomlomafiledhhdakphjafonh
Opis For APEX developers to add the Format Document command to the code editor
Rozmiar pliku 1.07 MB
Liczba instalacji 175
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2023-03-19
Data Publikacji 2023-03-11
Deweloper SQLPrompt
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
                }
            ]
        }
    ]
}