Streamscript Syntax Highlighter

Autocomplete and formatting for the Streamscript language

Streamscript Syntax Highlighter là gì?

Streamscript Syntax Highlighter là một tiện ích mở rộng Chrome được phát triển bởi https://streamscript.com, và tính năng chính của nó là "Autocomplete and formatting for the Streamscript language".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Streamscript Syntax Highlighter

Tải xuống các tệp mở rộng Streamscript Syntax Highlighter 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

                        Provides suggestions for commands, parameters, methods, variables, and intuitive colouring in the editor. Improves multi-line display of text outputs such as logs, errors, and return values.                    

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

Tên Streamscript Syntax Highlighter Streamscript Syntax Highlighter
ID ipflikbffgnlchdbkkkdhkkdgljfaddh
URL Chính Thức https://chromewebstore.google.com/detail/streamscript-syntax-highl/ipflikbffgnlchdbkkkdhkkdgljfaddh
Mô tả Autocomplete and formatting for the Streamscript language
Kích Thước Tệp 206 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2023-02-09
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://streamscript.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.streamscript.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Streamscript Syntax Highlighter",
    "description": "Autocomplete and formatting for the Streamscript language",
    "version": "1.5",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "script.js",
                "style.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.force.com\/flow\/*",
                "https:\/\/*.force.com\/builder_platform_interaction\/flowBuilder.app*",
                "https:\/\/*.salesforce.com\/builder_platform_interaction\/flowBuilder.app*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}