Item logo image for Markdown Viewer Enhanced

Markdown Viewer Enhanced

ExtensionTools10 users
Item media 2 (screenshot) for Markdown Viewer Enhanced
Item media 1 (screenshot) for Markdown Viewer Enhanced
Item media 2 (screenshot) for Markdown Viewer Enhanced
Item media 1 (screenshot) for Markdown Viewer Enhanced
Item media 1 (screenshot) for Markdown Viewer Enhanced
Item media 2 (screenshot) for Markdown Viewer Enhanced

Overview

ๅœจๆต่งˆๅ™จไธญๆธฒๆŸ“ Markdown ๆ–‡ไปถ๏ผŒๆ”ฏๆŒ Mermaid ๅ›พ่กจใ€่ฏญๆณ•้ซ˜ไบฎใ€็›ฎๅฝ•ๅฏผ่ˆชใ€ๅคšไธป้ข˜็ญ‰ๅŠŸ่ƒฝใ€‚

# Markdown Viewer Enhanced > This document contains the English copy for the Chrome Web Store / Edge Add-ons listing page. --- ## Short Description (132 chars max) ``` Render Markdown beautifully in your browser โ€” with diagrams, code highlighting, math, TOC, themes, file browser, and more. ``` --- ## Detailed Description **Markdown Viewer Enhanced** turns your browser into a powerful, beautiful Markdown reader. Open any `.md` file โ€” local or remote โ€” and it's instantly rendered with rich formatting, diagrams, syntax highlighting, and a full table of contents. ### ๐ŸŽฏ Why This Extension? Most Markdown viewers only handle basic formatting. **Markdown Viewer Enhanced** goes further โ€” it supports Mermaid flowcharts, PlantUML diagrams, Graphviz graphs, KaTeX math formulas, 15+ code themes, and a built-in file browser for navigating local directories. All in a clean, customizable interface with light and dark themes. --- ### โœจ Features **๐Ÿ“ File Browser Sidebar** Browse your local file system with a directory tree. Expand/collapse folders, open files in new tabs, and navigate with breadcrumbs โ€” all without leaving the browser. **๐ŸŽจ Multiple Themes** Choose from Light, Dark, or Auto (follows your system). Pick from 15 code highlighting themes including popular choices like GitHub, Monokai, Dracula, and more. **๐Ÿ“Š Mermaid Diagrams** Render flowcharts, sequence diagrams, Gantt charts, pie charts, and more. Click any diagram to zoom in with drag & pan support and keyboard shortcuts. **๐ŸŒฑ PlantUML Diagrams** Render UML class diagrams, sequence diagrams, activity diagrams, and more via the PlantUML online server. Click to zoom in a lightbox. **๐Ÿ”— Graphviz (DOT) Graphs** Render DOT language graphs locally using the built-in Viz.js WASM engine. Click to zoom with a scale control bar โ€” no external server needed. **๐Ÿ’ป Syntax Highlighting** Powered by highlight.js with support for 180+ programming languages. Includes line numbers, one-click copy, and diff syntax highlighting. **๐Ÿ”ข Math Formulas (KaTeX)** Write inline math with `$...$` and display math with `$$...$$`. Full LaTeX formula rendering powered by KaTeX. **๐Ÿ“‘ Table of Contents (TOC)** Auto-generated heading tree with fold/expand support. Place it on the left or right sidebar. Scroll tracking highlights the current section, and URL hash navigation lets you link directly to any heading. **๐Ÿ“ Typography Controls** Fine-tune your reading experience: adjust font size, line height, content width, and font family. Drag to resize the sidebar to your preferred width. **๐Ÿ–ผ๏ธ Image Lightbox** Click any image to zoom in. Scroll-wheel zoom (0.1xโ€“20x), drag to pan, double-click to reset. Keyboard shortcuts: `+`/`-` to zoom, `0` to fit, `R` to reset, `Esc` to close. Zoom percentage indicator included. **๐Ÿ“ Extended Markdown Syntax** - GitHub-style alerts (`NOTE`, `TIP`, `IMPORTANT`, `WARNING`, `CAUTION`) - Task lists / checkboxes - Footnotes - Definition lists - Enhanced tables - `==highlight==`, `^superscript^`, `~subscript~`, `++underline++` - `:emoji:` GitHub-style emoji shortcodes **๐Ÿ”„ File Change Detection** Working on a Markdown file? The extension auto-detects when the source file changes and shows a pulsing "File updated" badge. Click to reload instantly. **โš™๏ธ Flexible Settings** Quick-access popup panel for common settings, plus a full Options page for advanced customization. Changes push to all open tabs in real time. **๐ŸŒ Multi-Language Interface** Switch between English and Chinese (ไธญๆ–‡) in settings. The entire UI โ€” popup, settings panel, options page โ€” adapts to your language choice. --- ### ๐Ÿ“‹ Supported File Formats | Extension | Description | |-------------|--------------------------| | `.md` | Markdown | | `.mdc` | Markdown Component | | `.markdown` | Markdown | | `.mkd` | Markdown | | `.mdown` | Markdown | | `.mdtxt` | Markdown Text | | `.mdtext` | Markdown Text | Local files (`file://`) support all extensions above. Remote files (`http://` / `https://`) support `.md`, `.mdc`, and `.markdown`. --- ### ๐Ÿš€ Getting Started 1. **Install** the extension from the Web Store 2. **Open** any `.md` file in your browser 3. **Enjoy** โ€” the extension detects and renders Markdown automatically 4. **Customize** โ€” click the extension icon to adjust themes, fonts, and more #### ๐Ÿ“‚ Local File Access To render local Markdown files, enable file access: 1. Go to `chrome://extensions/` (or `edge://extensions/`) 2. Find **Markdown Viewer Enhanced** โ†’ click **Details** 3. Enable **"Allow access to file URLs"** > ๐Ÿ’ก **Tip**: The latest version is always available on [GitHub](https://github.com/LetitiaChan/markdown_viewer_enhanced). Web Store reviews may take time, so for the newest features, you can install via Developer Mode โ€” download the source and load it as an unpacked extension. --- ### ๐Ÿ”’ Privacy & Permissions - **Does NOT collect** any user data - **Does NOT track** browsing activity - **Does NOT send** information to external servers (except PlantUML diagram rendering via plantuml.com and KaTeX font loading via CDN) - All settings are stored locally in your browser (`chrome.storage.sync`) - **Permissions used**: - `activeTab` โ€” to detect and render Markdown on the current tab - `storage` โ€” to save your preferences - `scripting` โ€” to support the local file browser feature --- ### ๐Ÿ› ๏ธ Powered By - [Marked.js](https://github.com/markedjs/marked) โ€” Markdown parsing - [Mermaid](https://github.com/mermaid-js/mermaid) โ€” Diagram rendering - [highlight.js](https://github.com/highlightjs/highlight.js) โ€” Syntax highlighting - [KaTeX](https://github.com/KaTeX/KaTeX) โ€” Math formula rendering - [Viz.js](https://github.com/nicknisi/viz.js) โ€” Graphviz rendering (local WASM) - [DOMPurify](https://github.com/cure53/DOMPurify) โ€” HTML sanitization for security --- ### ๐Ÿ“ฌ Feedback & Support Found a bug? Have a feature request? We'd love to hear from you! - ๐Ÿ› [Report Issues on GitHub](https://github.com/LetitiaChan/markdown_viewer_enhanced/issues) - โญ If you find this extension useful, please leave a rating โ€” it helps others discover it! --- *Markdown Viewer Enhanced โ€” Make Markdown reading elegant.* โœจ

Details

  • Version
    1.3.1
  • Updated
    April 24, 2026
  • Offered by
    crayonchen310
  • Size
    1.56MiB
  • Languages
    2 languages
  • Developer
    Email
    crayonchen310@gmail.com
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

Manage extensions and learn how they're being used in your organization
The developer has disclosed that it will not collect or use your data.

This developer declares that your data is

  • Not being sold to third parties, outside of the approved use cases
  • Not being used or transferred for purposes that are unrelated to the item's core functionality
  • Not being used or transferred to determine creditworthiness or for lending purposes
Google apps