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
官方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"
                }
            ]
        }
    ]
}