ElectricCommander Syntax Highlighting

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

Was ist ElectricCommander Syntax Highlighting?

ElectricCommander Syntax Highlighting ist eine Chrome-Erweiterung, die von nikhilvaze entwickelt wurde, und ihr Hauptmerkmal ist "[BETA] This extension adds syntax highlighting to the editStep page in the ElectricCommander UI.".

Erweiterungsscreenshots

screenshot

ElectricCommander Syntax Highlighting-Erweiterungs-CRX-Datei herunterladen

Laden Sie ElectricCommander Syntax Highlighting-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ElectricCommander Syntax Highlighting ElectricCommander Syntax Highlighting
ID dljelkcpkcmpeilhjebfdkohnanhnkob
Offizielle URL https://chromewebstore.google.com/detail/electriccommander-syntax/dljelkcpkcmpeilhjebfdkohnanhnkob
Beschreibung [BETA] This extension adds syntax highlighting to the editStep page in the ElectricCommander UI.
Dateigröße 247 KB
Installationsanzahl 209
Aktuelle Version 0.1.5
Letztes Update 2016-02-24
Veröffentlichungsdatum 2016-02-24
Bewertung 4.92/5 Insgesamt 13 Bewertungen
Entwickler nikhilvaze
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}