Mermaid Charts
Render mermaid charts on webpages
Mermaid Charts란 무엇입니까?
Mermaid Charts은(는) acesmndr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Render mermaid charts on webpages"입니다.
확장 프로그램 스크린샷
Mermaid Charts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Render charts across websites written in markdown files with mermaid syntax. Full support for * Github * Dillinger.io Currently doesn't support * Bitbucket Features: * Supports Flowchart, Sequence Diagram, ER Diagram, State Diagram, Class Diagram, Pie Chart and Gantt Chart * Latest version of Mermaid.js (v8.5.1) integrated so has support for the latest mermaid js syntax * Renders graphs from markdown files only when the extension icon is pressed * Doesn't allocate memory and run in the background when not required * Supports github wikis * Fails silently and logs error to the console when rendering fails
확장 프로그램 기본 정보
이름 | Mermaid Charts |
ID | hfllniagfgnpdjnamaoloegkepiglblf |
공식 URL | https://chromewebstore.google.com/detail/mermaid-charts/hfllniagfgnpdjnamaoloegkepiglblf |
설명 | Render mermaid charts on webpages |
파일 크기 | 238 KB |
설치 횟수 | 288 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-05-02 |
출시 날짜 | 2020-05-27 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | acesmndr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Acesmndr/mermaid-charts-chrome-extension |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mermaid Charts", "version": "1.0.0", "description": "Render mermaid charts on webpages", "permissions": [ "activeTab" ], "browser_action": { "default_title": "Render Mermaid Charts", "default_icon": "assets\/icons\/icon128.png" }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "background": { "scripts": [ "assets\/background.js" ], "persistent": false } } |