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.
Excellent extension. I just found the TOC and Scroll options, both are super helpful! Would you consider applying the dark mode themes to the TOC sidebar?
God bless u, the Author of this extension! Благослови тебя Бог, Симов! Я так долго тебя искал, Viewer for Markdown. Вечер этого дня озарил весь мой долгий предшествующий путь. :) Ну, а если серьёзно, автор, БОЛЬШОЕ-ПРЕБОЛЬШОЕ СПАСИБО за это расширение, простое и рабочее. Прям вот то что надо было мне и то что нужно. Спасибо!
Muito boa, se a tabela de conteúdo fosse dinâmica seria melhor ainda.
Doesn't seem to do anything. Open up a page with MD, get raw text. Can't figure out how to open a local file with MD. Not sure how it works but it doesn't tell you either.
Very nice. You can associate Markdown Viewer with .md files in Windows Explorer. Create the registry key HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ .md \ OpenWithProgids (remove spaces) and add the empty the registry values "BraveHTML" and "ChromeHTML" (type REG_SZ). Whenever you click on an .md file it will pop up in your browser for display.
I love the extension, although i;m wondering why did the screenshots in windows not show, does it not render local file paths?
This one is much better than Markdown Preview Plus, which I used to use. In particular, Markdown Viewer renders MathJax-based equations more correctly, while MPP ate backslashes, breaking the formulas. But one feature I'm missing is automatic reload of a local file on change. I have to manually update the page to see the changes.
Good so far! But by default it does not render web-based URLs from Markdown into html. You must go into Settings, and where it says Allowed Origins, click the button "Allow All". Now it should properly render .md files on a website and as a local file. Also it does not interpret a YAML block (used with Pandoc) as normal info, it renders it as Markdown.
很方便哈,主题很多,好看!
Good extension, I really like it. One little bug (maybe only for me?): footnotes do not render: Source: Footnote is not working.[^1] [^1]: This should be a footnote. Gets rendered in source a above, without link and small char link. Could you look into this? Thanks!