ElectricCommander Syntax Highlighting

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

ElectricCommander Syntax Highlightingとは何ですか?

ElectricCommander Syntax Highlightingはnikhilvazeによって開発されたChromeの拡張機能で、その主な機能は「[BETA] This extension adds syntax highlighting to the editStep page in the ElectricCommander UI.」です。

拡張機能のスクリーンショット

screenshot

ElectricCommander Syntax Highlighting拡張機能のCRXファイルをダウンロード

ElectricCommander Syntax Highlighting拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ElectricCommander Syntax Highlighting ElectricCommander Syntax Highlighting
ID dljelkcpkcmpeilhjebfdkohnanhnkob
公式URL https://chromewebstore.google.com/detail/electriccommander-syntax/dljelkcpkcmpeilhjebfdkohnanhnkob
説明 [BETA] This extension adds syntax highlighting to the editStep page in the ElectricCommander UI.
ファイルサイズ 247 KB
インストール数 209
現在のバージョン 0.1.5
最終更新日 2016-02-24
公開日 2016-02-24
評価 4.92/5 合計 13 レビュー
開発者 nikhilvaze
支払い方法 free
対応言語 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"
    ]
}