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."입니다.
확장 프로그램 스크린샷
ElectricFlow Syntax Highlighting 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |