Mermaid Graphical Editor

GUI support for editing Mermaid(But Now, Support Flowchart and Sequence, and Class diagram Only)

Mermaid Graphical Editorคืออะไร?

Mermaid Graphical Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย corschenzi และคุณลักษณะหลักของมันคือ "GUI support for editing Mermaid(But Now, Support Flowchart and Sequence, and Class diagram Only)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mermaid Graphical Editor

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

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

                        Mermaidの編集をGUIサポートするエディタビューを表示することができます。現在、フローチャートとシーケンス図、クラス図の一部の編集のみGUIサポートに対応しています。

GUIサポートで対応していない記述(フローチャートのDirectionやSubgraphsなど)は、Mermaidコードの方を直接編集することで反映されます。

補足:
このExtensionは、Mermaidがgithubで正式にサポートされたのを受けて、issueなどでのMermaid利用の敷居を下げることを目的として作成していますが、githubでのみに限定する必要もないと考え、どのページでも利用可能にしています。

You can display an editor view with GUI support for Mermaid editing. Currently, GUI support is supported only for editing some parts of the flowchart and sequence, and class diagram.

Descriptions not supported by GUI support (e.g., Direction and Subgraphs in flowcharts) will be reflected by editing the Mermaid code directly.

Supplement:
This extension was created with the aim of lowering the threshold for using Mermaid in issues after Mermaid was officially supported on github, but we believe that it does not need to be limited to github only, so we make it available on any page.                    

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

ชื่อ Mermaid Graphical Editor Mermaid Graphical Editor
ID ncgegkhepmclapihakjkpefpfodjobao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mermaid-graphical-editor/ncgegkhepmclapihakjkpefpfodjobao
คำอธิบาย GUI support for editing Mermaid(But Now, Support Flowchart and Sequence, and Class diagram Only)
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 769
เวอร์ชันปัจจุบัน 0.3.1
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2022-10-31
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา corschenzi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mermaid Graphical Editor",
    "description": "GUI support for editing Mermaid(But Now, Support Flowchart and Sequence, and Class diagram Only)",
    "version": "0.3.1",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Mermaid Editor"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "front.js",
                "copy.svg",
                "clear.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}