ElectricCommander Syntax Highlighting

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

What is ElectricCommander Syntax Highlighting?

ElectricCommander Syntax Highlighting is a Chrome extension developed by nikhilvaze, and its main feature is "[BETA] This extension adds syntax highlighting to the editStep page in the ElectricCommander UI.".

Extension Screenshots

screenshot

Download ElectricCommander Syntax Highlighting Extension CRX File

Download ElectricCommander Syntax Highlighting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ElectricCommander Syntax Highlighting ElectricCommander Syntax Highlighting
ID dljelkcpkcmpeilhjebfdkohnanhnkob
Official URL https://chromewebstore.google.com/detail/electriccommander-syntax/dljelkcpkcmpeilhjebfdkohnanhnkob
Description [BETA] This extension adds syntax highlighting to the editStep page in the ElectricCommander UI.
File Size 247 KB
Installation Count 209
Current Version 0.1.5
Last Updated 2016-02-24
Publish Date 2016-02-24
Rating 4.92/5 Total 13 Ratings
Developer nikhilvaze
Payment Type free
Supported Languages 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"
    ]
}