Streamscript Syntax Highlighter

Autocomplete and formatting for the Streamscript language

Qu'est-ce que Streamscript Syntax Highlighter ?

Streamscript Syntax Highlighter est une extension Chrome développée par https://streamscript.com, et sa fonction principale est "Autocomplete and formatting for the Streamscript language".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Streamscript Syntax Highlighter

Téléchargez les fichiers d'extension Streamscript Syntax Highlighter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Streamscript Syntax Highlighter Streamscript Syntax Highlighter
ID ipflikbffgnlchdbkkkdhkkdgljfaddh
URL Officiel https://chromewebstore.google.com/detail/streamscript-syntax-highl/ipflikbffgnlchdbkkkdhkkdgljfaddh
Description Autocomplete and formatting for the Streamscript language
Taille du Fichier 206 KB
Nombre d'Installations 110
Version Actuelle 1.5
Dernière Mise à Jour 2024-01-02
Date de Publication 2023-02-09
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://streamscript.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.streamscript.com/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}