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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GUI support for editing Mermaid(But Now, Support Flowchart and Sequence, and Class diagram Only)"입니다.

확장 프로그램 스크린샷

screenshot

Mermaid Graphical Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}