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"
    }
}