Description from extension meta
Copy the selected HTML as Markdown. Compatible with ChatGPT/Claude/Gemini/DeepSeek/Mistral/LLMs outputs.
Image from store
Description from store
A simple chrome extension which can copy the selected HTML as Markdown to clipboard, including hypertext links. Can copy any web page's content, and it doubles as a LLM/GPT chat log exporter.
Usage is simple: select some text, then simply tap the extension's icon, or right-click and click the menu item, a nice infobox will temporarily pop up at the bottom to confirm the copy worked.
It works on desktop, but it is the only copy as markdown extension that also works on mobile, on Chrome for Android based browsers that support extensions (eg, [Mises](https://github.com/mises-id/mises-browser-core), Kiwi, Edge Canary, Quetta, Lemur).
This is a fork of [sjmyuan's](https://github.com/sjmyuan/copy-as-markdown) extension ported to Manifest V3.
## Usage
1. Click `Copy as Markdown` icon in the toolbar.
2. Click the right button and click `Copy as Markdown` menu.
3. Press `Alt+Shift+Y` on Windows or `Option+Shift+Y` on Mac.
Can copy content from most LLM/GPT interfaces, including ChatGPT, Claude, Gemini, DeepSeek, Mistral, Open WebUI outputs.
It can also be used as a web clipper, especially when combined with a Markdown editor such as [Markor](https://github.com/gsantner/markor) on Android or [Typora](https://typora.io/) on desktop OSes.
## Known issues
* Since the migration to MV3 (but maybe it also happened before), copying sometimes fails, usually at the first tap, but then subsequent taps work fine. This issue happens randomly, and I could not find a way to fix it. Anyway the workaround is easy: if you copy but the infobox does not pop up at the bottom, the copy did not work, so simply retap the extension's icon to redo the copy, then it should work this time. If anybody has an idea how to fix this, please do a PR or open an issue to suggest how to fix that!
## Source code
This extension's sourcecode is available at: https://github.com/lrq3000/copy-as-markdown