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.
I've enabled allow access to file URLs, when I drop a .md file into Chrome, it just downloads the file instead of opening it...
works with latest Chrome version 80. Love it.
Does not do anything when you open an .md file
Muy útil y completa la extensión
非常棒,希望能够添加highlight支持
各种功能非常齐全,而且显示美观,希望继续支持一下自动刷线的功能
Does not work, the md files are seen as text files, no formating
Just shows the markdown source-code. Not discernible for me, how to get it to show the rendered markdown (Chrome 79.0.3945.117 on Win10Pro). So it's useless ...
There are some unique characteristics about this extension: 1. The compiler can read complex syntax. 2. You can choose your compiler. 3. You can choose your theme from a wide variety. 4. You have fine level control over the permissions you give it. 5. You have fine grained control on activating (or not) the individual features
does not render any markdown from git repo I'm working on... followed the readme.md from git repository, Documentation: https://github.com/simov/markdown-viewer#table-of-contents. enabled the 'allow access to file:urls' in the advanced options' as instruction states... running, Chrome: 78.0.3904.97 (Official Build) (64-bit)