Mermaid Graphical Editor

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

Mermaid Graphical Editor क्या है?

Mermaid Graphical Editor corschenzi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GUI support for editing Mermaid(But Now, Support Flowchart and Sequence, and Class diagram Only)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mermaid Graphical Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}