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.
This is a good extension but i would wish it could also support more things from GitHub like this for example: > [!NOTE] > Highlights information that users should take into account, even when skimming. > [!TIP] > Optional information to help a user be more successful. > [!IMPORTANT] > Crucial information necessary for users to succeed. > [!WARNING] > Critical content demanding immediate user attention due to potential risks. > [!CAUTION] > Negative potential consequences of an action.
It does well what it needs. However selecting default font face, header sizes, margins/paddings would be great. Some simple css-like formatting.
Excelente
很好, CPU 占用少, 不象 Markdown Preview Plus CPU 占用很要命, 随便打开一个 md 文件, 笔记本的风扇就狂吵
Best markdown viewer
Muito bom! É simples porém atende bem minhas necessidades e expectativas até agora. Seria se os desenvolvedores colocassem um aviso mais explícito de que é necessário dar permissão a leitura de arquivos, isso evitaria as avaliações ruins de "não funciona".
Very good. I agree with other users: you need to watch the video to make it work, but besides that, it works pretty well. It's almost perfect. I have only one request... could it be possible to add UTF-8 support? I tried setting the encoding on my local .md file to utf8 but the extension stopped rendering it correctly.
You won't be able to make it work without watching the video. It's not intuitive to set up and the options hidden in advanced are essential to make it work, they should be put in a start page and shown to the user to get started. But at the end of the day it works and is pretty useful.
Works good. Except you can't use relative paths for images. You need to use the full path for the src, which makes it less flexible. For example opening file:///D:/myfolder/Mydocument.md. <img src="d:/myfolder/Mypicture.png" alt="Setup"> is working, but <img src="/Mypicture.png" alt="Setup"> is not working. Which works good in vscode.
Juste penser à autoriser l'accès au file:// en local dans les paramètres de l'extension sur Chrome pour les fichiers sur disque local.