A Chrome extension to view Markdown files with syntax highlighting
GitHub RepoImpressions1.6k

A Chrome extension to view Markdown files with syntax highlighting

@the_ospsPost Author

Project Description

View on GitHub

View Markdown Files Right in Chrome with This Handy Extension

If you work with Markdown files regularly, you've probably experienced the annoyance of clicking on a .md file in Chrome only to see raw, unformatted text. The browser doesn't natively render Markdown, which means you're stuck squinting at asterisks and brackets instead of clean, readable documentation.

That's where this clever Chrome extension comes in. It automatically renders Markdown files with proper formatting and syntax highlighting, turning your browser into a proper Markdown viewer without any extra steps.

What It Does

This Chrome extension intercepts requests for Markdown files (.md and .markdown extensions) and renders them as properly formatted HTML with syntax highlighting. Instead of seeing raw Markdown syntax, you get a clean, readable version with code blocks that are properly highlighted for various programming languages.

Why It's Cool

The beauty of this extension lies in its simplicity and effectiveness. It doesn't require any configuration or manual activation - it just works automatically whenever you navigate to a Markdown file. The syntax highlighting covers a wide range of languages, making code examples in documentation much more readable.

For developers who frequently browse GitHub repositories or view local documentation, this eliminates the context switching between raw Markdown and rendered views. You can quickly preview README files, documentation, or any Markdown content directly in your browser without needing to open them in a separate editor or wait for GitHub's rendering.

How to Try It

You can install the extension directly from the Chrome Web Store or set it up manually from source:

  1. Chrome Web Store: Search for "Markdown Viewer" or visit the extension page
  2. Manual installation:
    • Clone the repository: git clone https://github.com/xicilion/markdown-viewer-extension
    • Open Chrome and go to chrome://extensions/
    • Enable "Developer mode" in the top right
    • Click "Load unpacked" and select the extension directory

Once installed, simply navigate to any .md file and watch it render beautifully.

Final Thoughts

As someone who spends way too much time reading documentation and browsing GitHub repos, this extension has become one of those quality-of-life tools I didn't know I needed until I tried it. It's not flashy, but it solves a real pain point in the developer workflow. If you find yourself frequently viewing raw Markdown files, give this a shot - it might just save you some eye strain and make your documentation browsing noticeably smoother.

@githubprojects

Back to Projects
Project ID: 1993346921994633569Last updated: November 25, 2025 at 03:51 PM