ZenUML Sequence

Real-time & offline tool for generating sequence diagrams

ZenUML Sequenceคืออะไร?

ZenUML Sequence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zenuml.com และคุณลักษณะหลักของมันคือ "Real-time & offline tool for generating sequence diagrams"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZenUML Sequence

ดาวน์โหลดไฟล์ส่วนขยาย ZenUML Sequence ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ZenUML Sequence (formerly called Web Sequence) converts TEXT to Sequence Diagrams using the ZenUML syntax. For more information: https://www.zenuml.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZenUML Sequence ZenUML Sequence
ID kcpganeflmhffnlofpdmcjklmdpbbmef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zenuml-sequence/kcpganeflmhffnlofpdmcjklmdpbbmef
คำอธิบาย Real-time & offline tool for generating sequence diagrams
ขนาดไฟล์ 5.34 MB
จำนวนการติดตั้ง 2,318
เวอร์ชันปัจจุบัน 2022.11.13
อัปเดตครั้งล่าสุด 2022-11-19
วันที่เผยแพร่ 2020-06-28
คะแนน 4.94/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://zenuml.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://app.zenuml.com/privacy-policy/privacy-policy.html
ภาษาที่รองรับ 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"
    }
}