Get a markdown version of any webpage with a keyboard shortcut.1
Follow these steps to load an unpacked extension. Select the root of this repository as the extension directory.
- Open a webpage
- Press
Ctrl+Shift+O
(orCmd+Shift+O
on macOS) to trigger the extension - The contents of the page will be converted to markdown and copied to your clipboard
You will get a notification in the upper right corner of the screen that looks like this:
To change the keyboard shortcut, open Chrome's extensions page, click on the "Manage" button for this extension, click on "Keyboard shortcuts", and change the shortcut from "Ctrl+Shift+O" to whatever you'd like.
You can also modify the manifest.json
file to change the shortcut. Look for the commands
section.
This is a demo of the extension in action:
web2md.mp4
Footnotes
-
Uses web2md.answer.ai to convert the contents of the current page to markdown. ↩