Streamscript Syntax Highlighter

Autocomplete and formatting for the Streamscript language

ما هو Streamscript Syntax Highlighter؟

Streamscript Syntax Highlighter هو إضافة Chrome تم تطويرها بواسطة https://streamscript.com، والميزة الرئيسية لها هي "Autocomplete and formatting for the Streamscript language".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Streamscript Syntax Highlighter

قم بتنزيل ملفات الامتداد Streamscript Syntax Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}