Streamscript Syntax Highlighter

Autocomplete and formatting for the Streamscript language

什么是Streamscript Syntax Highlighter?

Streamscript Syntax Highlighter是由https://streamscript.com开发的Chrome扩展程序,该扩展的主要功能是“Autocomplete and formatting for the Streamscript language”。

扩展截图

screenshot

下载Streamscript Syntax Highlighter扩展crx文件

下载Streamscript Syntax Highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Streamscript Syntax Highlighter Streamscript Syntax Highlighter
ID ipflikbffgnlchdbkkkdhkkdgljfaddh
官方URL https://chromewebstore.google.com/detail/streamscript-syntax-highl/ipflikbffgnlchdbkkkdhkkdgljfaddh
简介 Autocomplete and formatting for the Streamscript language
文件大小 206 KB
安装次数 110
当前版本 1.5
更新时间 2024-01-02
上架时间 2023-02-09
评分 5.00/5 共7次评分
开发者 https://streamscript.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.streamscript.com/privacy
支持的语言 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"
            ]
        }
    ]
}