ElectricFlow Syntax Highlighting

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

什麼是ElectricFlow Syntax Highlighting?

ElectricFlow Syntax Highlighting是由lrochette開發的Chrome擴展程式,該擴展的主要功能是“This extension adds syntax highlighting to the Step command page in the ElectricFlow UI.”。

擴展截圖

screenshot

下載ElectricFlow Syntax Highlighting擴展crx文件

下載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
官方網址 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"
    }
}