A Chrome extension for reading, writing, and organizing local markdown files — fast, private, and fully offline.
![]()
⌘K)⌘S.md files to your folder from the sidebar⌘F to search and replace within the editoricons/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 |
⌘E |
Enter / exit edit mode |
⌘S |
Save file (edit mode) |
⌘F |
Find & replace (edit mode) |
ESC |
Close palette, settings, or find bar |
.md · .mdx · .markdown · .mdown · .mkd · .txt
This extension operates entirely offline. Read and write access to your files is granted only through Chrome’s built-in permission dialog at your explicit request. No data is collected or transmitted. See the Privacy Policy for the full policy.
Pure vanilla JS — no build step, no dependencies, no bundler.
markdown-browser/
├── manifest.json MV3 manifest (v2.0.0)
├── 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)
⌘S save⌘F) in editorSince the dawn of the claude code and codex, I have been working with only markdown files. All of my research, planning, working is in markdowns. I needed something to quickly view my markdown repo, search, edit etc. VS code is good but still have to preview the file, I needed something offline and quick. There are some extensions online but they were paid. So I built one. now its one of the always open tab on my chrome. Hope this helps some markdown guy too. If it does, dont forget to give a shoutout to me on Twitter :P
abhikuchbhi.in
MIT — see LICENSE