Created a Chrome extension that copies the URL as Markdown using a shortcut key on Chrome.
- [copy Url As MarkDown - Chrome Web Store](https://chrome.google.com/webstore/detail/copy-url-as-markdown/ojiocdkmglpgcohpnpognonlbjgjocih)
Features:
- Press Ctrl+M to copy the URL to clipboard in Markdown format:
[]() - If the URL is for an image file like png;jpg;gif, it copies in image format:
![]()
I find it quite useful. Like when you quickly want just one article in Markdown.
By the way, if you want multiple tabs in Markdown at once, I recommend [JannesMeyer/TabAttack: Advanced Tab management for Chrome](https://github.com/JannesMeyer/TabAttack). It's one of my indispensable extensions.