ZenUML Sequence
Real-time & offline tool for generating sequence diagrams
What is ZenUML Sequence?
ZenUML Sequence is a Chrome extension developed by https://zenuml.com, and its main feature is "Real-time & offline tool for generating sequence diagrams".
Extension Screenshots
Download ZenUML Sequence Extension CRX File
Download ZenUML Sequence extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ZenUML Sequence (formerly called Web Sequence) converts TEXT to Sequence Diagrams using the ZenUML syntax. For more information: https://www.zenuml.com
Extension Basic Information
Name | ZenUML Sequence |
ID | kcpganeflmhffnlofpdmcjklmdpbbmef |
Official URL | https://chromewebstore.google.com/detail/zenuml-sequence/kcpganeflmhffnlofpdmcjklmdpbbmef |
Description | Real-time & offline tool for generating sequence diagrams |
File Size | 5.34 MB |
Installation Count | 2,318 |
Current Version | 2022.11.13 |
Last Updated | 2022-11-19 |
Publish Date | 2020-06-28 |
Rating | 4.94/5 Total 16 Ratings |
Developer | https://zenuml.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://app.zenuml.com/privacy-policy/privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZenUML Sequence", "version": "2022.11.13", "manifest_version": 3, "description": "Real-time & offline tool for generating sequence diagrams", "homepage_url": "https:\/\/zenuml.com", "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_title": "Start ZenUML Sequence", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } }, "background": { "service_worker": "eventPage.js" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |