Notion Charts
A simple chart plugin for Notion, powered by Mermaid.
Notion Charts란 무엇입니까?
Notion Charts은(는) Difference Maker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple chart plugin for Notion, powered by Mermaid."입니다.
확장 프로그램 스크린샷
Notion Charts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introduction This extension uses Mermaid syntax, providing convenience for Notion users to easily insert various charts and diagrams in the document. Instructions 1. Switch between different tabs in the extension page to view different types of charts. Click the copy button in the upper right corner of the chart. 2. In Notion, paste at the position where the charts or diagrams need to be inserted. 3. Switch the code block language in the upper left corner to Mermaid, and use Split mode to display both code and chart. Supported Charts 1. Pie chart 2. Flow Diagram 3. Sequence Diagram 4. ER Diagram 5. User Journey Diagram 6. Gantt chart 7. Git Diagram We will continue to optimize and update this extension. If you have any questions and enquiries for optimizations, please click the button on the upper right corner of the extension to join our Slack channel.
확장 프로그램 기본 정보
이름 | Notion Charts |
ID | bcjejgpemlaaaijimidcjbaommpgnmfb |
공식 URL | https://chromewebstore.google.com/detail/notion-charts/bcjejgpemlaaaijimidcjbaommpgnmfb |
설명 | A simple chart plugin for Notion, powered by Mermaid. |
파일 크기 | 2.29 MB |
설치 횟수 | 205 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2022-10-03 |
출시 날짜 | 2022-09-20 |
개발자 | Difference Maker |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notion Charts", "description": "A simple chart plugin for Notion, powered by Mermaid.", "version": "0.2.1", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "web_accessible_resources": [ { "resources": [], "matches": [ " |