Chrome Extension : Markdown Clipboard. Copy Text & Img from Web Page , Easy Convert to Markdown syntax.
Chrome Market Search Markdown Clipboard : markdown clipboard
- Select the content you need to paste: Text, Link , Img, event select nothing
- use the default short cut:
Alt + C
, - then you can paste the format markdown link to where you want
Of course, after you select your content, click the extension icon also work.
the clipboard returned info:
- Select Nothing:
[Document Title](Page Url)
- Select Text:
[Text](Page Url)
- Select Link Text:
[Link Text](Link Url)
- Select Http Text:
[Default Text to Replace](Link Url)
- Select Img:
![img Alt Name](img link)
- select text inclues some text with link, return
[select text](some text link)
- select
http
link not complete, dont worry, return the whole url