A Chrome extension for reading and organizing local markdown files — fast, private, and fully offline.
![]()
⌘K(Coming soon)
icons/generate-icons.html in Chrome → click Download All → place the 4 PNGs in icons/chrome://extensions.md file to open it⌘K to search across all files| Shortcut | Action |
|---|---|
⌘K |
Open command palette / search |
⌘[ |
Previous file |
⌘] |
Next file |
⌘⇧F |
Full-text search |
ESC |
Close palette or settings |
.md · .mdx · .markdown · .mdown · .mkd
This extension operates entirely offline. It does not collect, transmit, or store any data outside your local machine. See the Privacy Policy for the full policy.
Pure vanilla JS — no build step, no dependencies, no bundler.
markdown-browser/
├── manifest.json MV3 manifest
├── background.js Service worker (opens app tab)
├── app.html Main single-page app
├── app.js App logic
├── app.css Anthropic-inspired dark/light theme
├── lib/
│ ├── markdown.js Custom GFM parser
│ └── highlighter.js Syntax highlighter
├── about.html About page
├── privacy.html Privacy policy
└── icons/ Extension icons (PNG)
MIT — see LICENSE