PLSQL Formatter for APEX

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

PLSQL Formatter for APEX là gì?

PLSQL Formatter for APEX là một tiện ích mở rộng Chrome được phát triển bởi SQLPrompt, và tính năng chính của nó là "For APEX developers to add the Format Document command to the code editor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng PLSQL Formatter for APEX

Tải xuống các tệp mở rộng PLSQL Formatter for APEX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PLSQL Formatter for APEX PLSQL Formatter for APEX
ID hklgegelomlomafiledhhdakphjafonh
URL Chính Thức https://chromewebstore.google.com/detail/plsql-formatter-for-apex/hklgegelomlomafiledhhdakphjafonh
Mô tả For APEX developers to add the Format Document command to the code editor
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-03-19
Ngày Phát Hành 2023-03-11
Nhà Phát Triển SQLPrompt
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
                }
            ]
        }
    ]
}