A Chrome extension that copies page URLs as Markdown links.
- Click extension icon or right-click on page with no selection: Copies
[Page Title](URL)to clipboard - Select text and right-click: Copies
[Selected Text](URL)to clipboard
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select this folder
- Done! The extension is now installed
- Click the extension icon in the toolbar to copy the current page as a Markdown link
- Right-click anywhere on the page to use the context menu
- Select text first to use it as the link title instead of the page title
manifest.json- Extension configurationpopup.html- Popup UIpopup.js- Popup functionalitybackground.js- Context menu handlericons/- Extension icons