AI 产品解读Markdown file viewer/renderer extension that displays rendered Markdown directly in the browser
Browsers cannot natively render Markdown files - they display raw text. This extension intercepts Markdown files and renders them as formatted HTML with styling, similar to how they would appear on GitHub.
User installs extension. When navigating to a .md file URL (local or remote), the extension detects the Markdown file, fetches the content, parses it using the selected compiler, renders it with the chosen theme, and injects the styled HTML into the page. The popup allows quick switching of themes, compilers, and content options. The options page manages origin permissions and advanced settings.
Renders local and remote Markdown files (file:// and http(s):// URLs)Multiple markdown parsers (markdown-it, marked, remark, commonmark, remarkable, showdown)30+ built-in themes with dark mode supportCustom CSS theme supportGitHub Flavored Markdown (GFM) supportMathJax formula rendering
- 目标用户
- Developers and programmers who work with Markdown documentation / Technical writers / Students and researchers viewing Markdown notes / Anyone who opens .md files in their browser
- Verified contents metadata file is opaque binary/base64 but appears to be standard Chrome Web Store verification
- Vendor libraries (MathJax, Prism, Mermaid) are bundled minified - not analyzed for their own behaviors
付费分析未识别到付费功能
The extension is explicitly described as 'Free and Open Source' in the store listing. No payment platforms, billing APIs, subscription logic, or feature gating found. All 30+ themes, multiple compilers, and all features (MathJax, Mermaid, syntax highlighting, ToC, emoji) are freely available. All 'pro' keyword matches are false positives (Promise objects, CSS properties).
- 置信度
- 97
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login or authentication flow exists. The extension works directly with local files (file:///*) and optionally remote URLs without any account requirement. Settings sync uses chrome.storage.sync (Chrome's built-in sync), not an external account. All keyword matches ('token', 'jwt', 'auth') are false positives from markdown tokenization functions and vendor library references.
格式跟GitHub一样的,看着顺眼,很棒
很好用!默认gfm样式也很漂亮。 之前一直用vim插件,但在加载图片方面,遇到些问题; 缺点是:不能在文件改动后自动刷新; Markdown Preview Plus能够自动刷新,但样式太难看。
I looked at that other Markdown Viewer. It worked, but looked awful. This one has all the themes we're used to. God bless!
awesome plugin!
Really good plugin! There's a lot of 'flavors' / styles of formatting the results. Maybe a suggestion for future versions would be to make possible to edit the CSS styles and then save our own custom style. One more idea: add a button to save as html (the way we see on browser).
View is go but broke GitHub website
Documentation is useless for a new user. No way to get started. I only want to read a .md file that I've downloaded. It's open in a tab, that shows just the markdown source. Rating raised from 1 to 2, as the tab with the .md file started showing the rendered view. Maybe from refreshing it. Documentation still lacking. Under the chrome extension, the first option only takes me to the Chrome store with a screenshot that looks nothing like what I see. In Options, the ADD button does not work (has no effect). Finding the readme.md on gigHub did not help.
useful and simple
Simple and efficient.
Comparing to other markdown viewers, I love this one. It is like opening Github page. Clean and simple.