ElectricFlow Syntax Highlighting
This extension adds syntax highlighting to the Step command page in the ElectricFlow UI.
ElectricFlow Syntax Highlighting क्या है?
ElectricFlow Syntax Highlighting lrochette द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds syntax highlighting to the Step command page in the ElectricFlow UI."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ElectricFlow Syntax Highlighting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |