AI 产品解读Preview and render Markdown files (.md, .markdown, .txt, .rst, etc.) as formatted HTML directly within the Chrome browser
Users who open .md files in Chrome see raw markdown text instead of properly formatted HTML. This extension automatically converts markdown to rendered HTML with support for GFM, code highlighting, KaTeX math, Mermaid diagrams, and TOC generation.
Install extension → Enable 'Allow access to file URLs' in chrome://extensions → Open any .md/.markdown/.txt file locally or remotely in Chrome → Extension content script automatically detects markdown files and converts them to rendered HTML with syntax highlighting, diagrams, and optional TOC. Users can customize themes and behavior via the popup and options page.
Automatic markdown-to-HTML rendering when opening .md files in ChromeLive auto-reload for real-time preview while editingGitHub Flavored Markdown (GFM) supportKaTeX math formula and Mermaid diagram renderingTable of Contents (TOC) generationMultiple themes with per-file customization
- 目标用户
- Developers and technical writers who work with markdown documentation / Students and researchers using markdown for notes with math formulas / Anyone who wants to preview markdown files in Chrome without a separate editor
- No login or payment code exists to analyze - the negative findings are very clear
- Source package is complete with all files available for inspection
付费分析未识别到付费功能
This is an open-source extension (GitHub: volca/markdown-preview) with all features freely available. No payment APIs, subscription gates, license checks, or upgrade prompts exist in the source code. All keyword hits for 'pro', 'license', 'stripe' come from bootstrap.css (progress bars, table-striped CSS classes, MIT license headers) - none relate to paid features. No features are gated behind any payment wall.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- This is a purely local extension that renders markdown files as HTML within Chrome. It uses only local storage (chrome.storage.local) for settings. No authentication flows, login pages, OAuth endpoints, or account creation UI exist anywhere in the source. All keyword hits for 'account', 'auth', 'token', 'session' come from third-party libraries (highlight.js, jquery.js) or CONTRIBUTING.md about GitHub contributions - none relate to user authentication.
非常实用的工具
用浏览器打开文件就能预览,很方便
github theme can't auto insert <br />.
Not bad. I used it with some long documents that have their own tables of contents with links to internal anchors. For example, a TOC item might link to "#glossary". Clicking that link should bring the corresponding "<a name='glossary' />" element in the document. It doesn't work with this extension. This extension adds its own anchors to the documents it renders, using a representation of heading names. However, the format of these anchors is specific to this extension and doesn't match anchors made by others. For example, GitHub's anchors are much different. If this extension would honor named anchors declared in the document, I'd give it a higher rating.
Very good! Best Performance MD Preview on mac, if it support inline latex formula would be better
html tags not work
juicy
Doesn't work until you enable "Allow access to file URLs" in Chrome. That took a while to discover.
可以自己定义CSS样式表,很好。 刷新网页后,无法保持在原来浏览位置,有点小遗憾。
The mathjax render does not compete with latex. Could you please offer mathjax configuration?