ElectricCommander Syntax Highlighting

[BETA] This extension adds syntax highlighting to the editStep page in the ElectricCommander UI.

Qu'est-ce que ElectricCommander Syntax Highlighting ?

ElectricCommander Syntax Highlighting est une extension Chrome développée par nikhilvaze, et sa fonction principale est "[BETA] This extension adds syntax highlighting to the editStep page in the ElectricCommander UI.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ElectricCommander Syntax Highlighting

Téléchargez les fichiers d'extension ElectricCommander Syntax Highlighting 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

                        UPDATE: New location here:
https://chrome.google.com/webstore/detail/iijmdnkbooficfalafiljecngifeogin


This version is deprecated and will be removed. Please migrate to the above extension!

This chrome extension allows users to toggle syntax highlighting on and off on the Edit Step page in ElectricCommander.

If you are an ElectricCommander user writing or viewing procedures in the ElectricCommander web user interface then this extension is for you!

Works with ElectricCommander v4.2 or later.

Supports these languages: Perl, Shell, JavaScript, Python, Ruby, TCL.

Electric Cloud and ElectricCommander are
registered trademarks or trademarks of Electric Cloud, Incorporated.                    

Informations de Base sur l'Extension

Nom ElectricCommander Syntax Highlighting ElectricCommander Syntax Highlighting
ID dljelkcpkcmpeilhjebfdkohnanhnkob
URL Officiel https://chromewebstore.google.com/detail/electriccommander-syntax/dljelkcpkcmpeilhjebfdkohnanhnkob
Description [BETA] This extension adds syntax highlighting to the editStep page in the ElectricCommander UI.
Taille du Fichier 247 KB
Nombre d'Installations 209
Version Actuelle 0.1.5
Dernière Mise à Jour 2016-02-24
Date de Publication 2016-02-24
Évaluation 4.92/5 Total 13 Évaluations
Développeur nikhilvaze
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ElectricCommander Syntax Highlighting",
    "description": "[BETA] This extension adds syntax highlighting to the editStep page in the ElectricCommander UI.",
    "version": "0.1.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/commander\/link\/*editStep*"
            ],
            "css": [
                "codemirror.css",
                "jquery-ui-1.10.2.custom.min.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js",
                "codemirror.js",
                "wait.js",
                "perl.js",
                "shell.js",
                "javascript.js",
                "python.js",
                "ruby.js",
                "tcl.js",
                "jquery-ui-1.10.2.custom.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "images\/ui-bg_highlight-soft_100_eeeeee_1x100.png",
        "images\/ui-icons_222222_256x240.png"
    ]
}