Easily convert any webpage to Markdown using the urltomarkdown.herokuapp.com API. This extension is perfect for creating clean, structured Markdown content to provide as context for LLMs or for personal use. Quickly copy the Markdown to your clipboard or save it as a .md file.
- Instant Conversion: Convert the content of any webpage to Markdown.
- Copy or Save: Copy the Markdown to your clipboard or download it as a
.mdfile. - Optimized for LLMs: Ideal for generating Markdown-ready context for language models.
- User-Friendly Interface: Simple and intuitive popup design.
- Clone this repository:
git clone https://github.com/shakes-tzd/markdown-converter-extension.git
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer mode (toggle in the top-right corner).
- Click Load unpacked and select the project folder.
- The extension is ready to use!
- Open a webpage in Chrome.
- Click the Markdown Converter icon in the toolbar.
- Choose one of the options:
- Copy to Clipboard: Copies the converted Markdown.
- Save as File: Downloads the Markdown as a
.mdfile.
We welcome contributions! Here's how you can help:
- Fork this repository.
- Create a new branch for your changes.
- Submit a pull request with a detailed description of your updates.
This project is licensed under the MIT License. See the LICENSE file for details.
- API by urltomarkdown.herokuapp.com
- Inspired by the need for seamless Markdown conversion for use with LLMs.
For issues or suggestions, please open an issue.