ElectricFlow Syntax Highlighting

This extension adds syntax highlighting to the Step command page in the ElectricFlow UI.

Τι είναι το ElectricFlow Syntax Highlighting;

Το ElectricFlow Syntax Highlighting είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lrochette, και η κύρια λειτουργία του είναι "This extension adds syntax highlighting to the Step command page in the ElectricFlow UI.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ElectricFlow Syntax Highlighting

Λήψη αρχείων επέκτασης ElectricFlow Syntax Highlighting σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

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

Works with ElectricFlow v4.2 or later.

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

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

Βασικές Πληροφορίες Επέκτασης

Όνομα ElectricFlow Syntax Highlighting ElectricFlow Syntax Highlighting
ID iijmdnkbooficfalafiljecngifeogin
Επίσημο URL https://chromewebstore.google.com/detail/electricflow-syntax-highl/iijmdnkbooficfalafiljecngifeogin
Περιγραφή This extension adds syntax highlighting to the Step command page in the ElectricFlow UI.
Μέγεθος Αρχείου 193 KB
Αριθμός Εγκαταστάσεων 48
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2017-03-24
Ημερομηνία Δημοσίευσης 2017-03-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής lrochette
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.electric-cloud.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ElectricFlow Syntax Highlighting",
    "description": "This extension adds syntax highlighting to the Step command page in the ElectricFlow UI.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/commander\/link\/*editStep*"
            ],
            "css": [
                "codemirror\/lib\/codemirror.css",
                "jquery-ui-1.10.2.custom.min.css"
            ],
            "js": [
                "wait.js",
                "jquery.js",
                "jquery-ui-1.10.2.custom.min.js",
                "codemirror\/lib\/codemirror.js",
                "myscript.js",
                "codemirror\/addon\/edit\/matchbrackets.js",
                "codemirror\/mode\/perl\/perl.js",
                "codemirror\/mode\/shell\/shell.js",
                "codemirror\/mode\/javascript\/javascript.js",
                "codemirror\/mode\/python\/python.js",
                "codemirror\/mode\/ruby\/ruby.js",
                "codemirror\/mode\/groovy\/groovy.js",
                "codemirror\/mode\/tcl\/tcl.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}