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