English | 한국어
DragOn is a Chrome extension that captures your current text selection as Markdown or as a cropped image. It is designed for quickly archiving web content like job descriptions before links expire.
Install from the Chrome Web Store
Alt+Shift+Dcopies the current selection as MarkdownAlt+Shift+Ccaptures the selection as a PNG and shows a popup with download/copy- Toast feedback for success, failure, or no selection
- No analytics or cloud sync. Image capture may fetch referenced images to inline them.
Note: On macOS, Option is the same key as Alt. The default shortcuts use Alt+Shift+D and Alt+Shift+C.
Converts the selected text into Markdown and copies it to the clipboard. Depending on page structure, headings, lists, and links are converted to Markdown syntax.
The video shows the default copy command and the Alt+Shift+D shortcut. When using the shortcut, the selection is converted to Markdown, copied to the clipboard, and a toast appears.
Captures the selection as a PNG image and opens a popup overlay where you can download or copy the image. The capture includes the visual styling and layout, not just text.
The video shows the default copy command and the Alt+Shift+C shortcut. After capture, the popup appears and the image can be downloaded or copied, with a toast notification.
- Install dependencies:
npm install - Build the extension:
npm run build - Load the extension in Chrome. Open
chrome://extensions, enable Developer mode, click "Load unpacked", then select thedistfolder.
- Select text on any webpage
- Press
Alt+Shift+Dto copy Markdown orAlt+Shift+Cto capture an image - If needed, change shortcuts at
chrome://extensions/shortcuts
Yes, it’s a dragon.
MIT



