AI 产品解读Markdown viewer and converter that renders Markdown files in the browser and exports them to high-quality Word (.docx) documents with full support for diagrams, charts, LaTeX math, and code highlighting
Eliminates the painful manual process of converting Markdown documents to properly formatted Word files. Users normally spend hours screenshotting diagrams, reformatting code, and adjusting tables; this extension does it in one click with local processing.
User opens a local Markdown file in Chrome → extension detects and renders it with full diagram/chart/math support → user clicks download to get a perfectly formatted Word document with all diagrams as high-res images, proper code formatting, and styled tables. All processing is local/offline.
One-click Markdown-to-Word (.docx) exportPlantUML, Mermaid, Vega/Vega-Lite, drawio, Graphviz diagram rendering as high-res imagesLaTeX (KaTeX) math formula support with editable outputCode syntax highlighting with copy-to-clipboard29+ professional themes28 language internationalization
- 目标用户
- Developers / Technical writers / Documentation engineers / Students and academics / Anyone who writes in Markdown and needs Word document output
- Source files are heavily minified making deep code-level analysis difficult
- The deterministic heuristic incorrectly flagged paid signals due to substring matching in minified code (e.g., 'pro' appearing in 'processing', 'subscription' in parser strings)
- The docu.md website (docu.md) was not inspected for potential separate service-level pricing, but the extension itself contains no gating or billing code
付费分析未识别到付费功能
The extension is genuinely free. Store description explicitly states 'Completely Free'. All heuristic paid signals are false positives from minified source code: 'subscription' matches are inside syntax-highlighting regex parsers (not subscription logic), 'paid plan' had zero matches, 'billed' is the Danish word 'billede' (meaning 'image'). No 'premium' matches, no 'payment' matches, no Stripe/PayPal integrations, no upgrade UI, no billing API calls, no paywall or feature-gating found in the codebase.
- 置信度
- 92
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login UI, no authentication flows, no account creation, and no gated features found. The popup has only History, Theme, and Settings tabs. All keyword hits (jwt, token, auth, login, session) are false positives: 'jwt' is in Chrome Web Store verification metadata, 'token' and 'auth' appear in library license headers (@author) and syntax-highlighting parser code, 'login' is inside CSS/regex parsing strings, and 'session' refers to sessionStorage for a markdown rendering override flag — none relate to user authentication.