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是由SQLPrompt開發的Chrome擴展程式,該擴展的主要功能是“For APEX developers to add the Format Document command to the code editor”。

擴展截圖

下載PLSQL Formatter for APEX擴展crx文件

下載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
官方網址 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"
                }
            ]
        }
    ]
}