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文件
下載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 |
ID | dljelkcpkcmpeilhjebfdkohnanhnkob |
官方網址 | 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" ] } |