ElectricFlow Syntax Highlighting

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

O que é ElectricFlow Syntax Highlighting?

ElectricFlow Syntax Highlighting é uma extensão do Chrome desenvolvida por lrochette, e sua principal característica é "This extension adds syntax highlighting to the Step command page in the ElectricFlow UI.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ElectricFlow Syntax Highlighting

Baixe arquivos de extensão ElectricFlow Syntax Highlighting no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ElectricFlow Syntax Highlighting ElectricFlow Syntax Highlighting
ID iijmdnkbooficfalafiljecngifeogin
URL Oficial https://chromewebstore.google.com/detail/electricflow-syntax-highl/iijmdnkbooficfalafiljecngifeogin
Descrição This extension adds syntax highlighting to the Step command page in the ElectricFlow UI.
Tamanho do Arquivo 193 KB
Contagem de Instalações 48
Versão Atual 1.0.1
Última Atualização 2017-03-24
Data de Publicação 2017-03-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor lrochette
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.electric-cloud.com
Idiomas Suportados 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"
    }
}