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.
Works just fine
在使用Chrome瀏覽器安裝後開啟md檔結果渲染的格式完全沒按照markdown語法。 相容的Brave瀏覽器及EDGE瀏覽器則輸出的是一般txt內容。 真不知道其他人評價有用是怎麼測試的????
Works exactly as expected when trying to view a large readme.md file with oversized images. Was able to include "<img src="img.png" width="110%" height="auto">" and the extension served it with the html perfectly. Thanks!
Mostly works out of the box, after setting Chrome-->Extensions-->Markdown Preview Plus-->Allow access to file URLS. Thanks so much for your work on this. After converting a Word doc to .md via "pandoc --number-sections -t markdown_strict MyFile.docx -o Myfile.md" I note it doesn't show section and subsection numbers. (Except in the table of contents, which shows them as pandoc rendered them in text.) I also lost some color text--not mission critical but nice to highlight "good" and "bad" things in my document. After reading https://stackoverflow.com/questions/11509830/how-to-add-color-to-githubs-readme-md-file I tried the diff method and the LaTeX method and neither seems supported. I may be doing something wrong of course. (I haven't tried on Github yet.) But if I'm doing it right, I'm sure you're considering adding Github extentions. It'd be very nice to have. Markdown of [7 FAQ](#faq) is converted by this plugin to an href to #faq correctly. But the markdown of # FAQ {#faq} doesn't come out as the expected <h1 id="faq">FAQ</h1>
満足している.現時点でfootnoteが処理できないようだ.
on PC this works great, I just tried it on mac OS though and it just looks black with white text, no images show up and no links works..... it seems broken on mac unfortunately.
no me funciona :(
Плагин делает всё, что заявлено. Отзыв "Не работает с локальными файлами" неверен. Всё отлично работает, если сделать всё, что написано в инструкции по установке. (Check "Allow access to file URLs" in chrome://extensions listing, "Управление расширениями" - "Сведения" - "Разрешить открывать локальные файлы по ссылкам".)
you are the king sir, it works better than what i expected i hope you can add in the future an option to past the markdown code inside this extention instead of only autodetecting the file extention
Worked for me once I ... Read the instructions and enabled "Allow access to file URLS" as it asks.