Generate Markdown link of current tab with one click.
Install from Chrome Web Store: Markdown Link
Or you can build from source and load it manually
npm install --include dev
npm run compile
Then goto chrome://extensions/ , (enable Developer mode) and load unpacked extension
Assume you are on google.com
. When your click the extension button, the following
Markdown text will send into your clipboard.
[Google](https://www.google.com/)
The link text is generated from current tab title.
Use Alt
+ F
To as a shortcut to activate this action.
(You can change this key binding in chrome://extensions/ )
wdhongtw
JayBeeDe